Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for initContainer resources in statefulset #128

Merged
merged 4 commits into from
Aug 9, 2023

Conversation

joshkwedar
Copy link
Contributor

@joshkwedar joshkwedar commented Jul 19, 2023

What this PR does / why we need it:

Enables the ability to specify initContainer resources. Addresses the condition where resources must be specified due to quota enforcement in a given namespace.

Which issue this PR fixes

Special notes for your reviewer:

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.

  • Chart Version bumped
  • e2e tests pass
  • Variables are documented in the README.md

Copy link
Member

@willholley willholley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@joshkwedar thanks for the PR! Could you increment the chart version and document the new chart parameter in README.md?

@joshkwedar
Copy link
Contributor Author

@joshkwedar thanks for the PR! Could you increment the chart version and document the new chart parameter in README.md?

@willholley done!

@willholley willholley merged commit d76a5c7 into apache:main Aug 9, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add an option to specify resources for init container
2 participants