fix(helm): Add default initContainer resources#37637
fix(helm): Add default initContainer resources#37637retrry wants to merge 1 commit intoapache:masterfrom
Conversation
Code Review Agent Run #1cfffdActionable Suggestions - 0Additional Suggestions - 1
Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
b19dfaa to
06f78b1
Compare
06f78b1 to
5893c32
Compare
Code Review Agent Run #07862fActionable Suggestions - 0Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
SUMMARY
Some Kubernetes clusters enforce policies that require all containers, including initContainers, to define resource requests and/or limits. The Superset Helm chart currently omits resource definitions for its initContainers, which can cause installations to fail in such environments unless users fully override the initContainers in their values.yaml. This change adds conservative default resource requests and limits to the built-in initContainers across Superset components, improving out-of-the-box compatibility while keeping behavior unchanged and remaining fully configurable.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION