We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can't add custom annotations to deployment
Add a .Values.deploymentAnnotations value which allows users to add custom annotations to the deployment
.Values.deploymentAnnotations
Adding annotations to the pod, however the annotation I need to add must be added to the deployment because they require use of rolling updates
No response
The text was updated successfully, but these errors were encountered:
Looks like this was implemented in #105
Sorry, something went wrong.
No branches or pull requests
Preflight Checklist
Problem Description
I can't add custom annotations to deployment
Proposed Solution
Add a
.Values.deploymentAnnotations
value which allows users to add custom annotations to the deploymentAlternatives Considered
Adding annotations to the pod, however the annotation I need to add must be added to the deployment because they require use of rolling updates
Additional Information
No response
The text was updated successfully, but these errors were encountered: