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
The ratify chart allows for user to specify the podAnnotations podLabels and enableRuntimeDefaultSeccompProfile https://github.com/ratify-project/ratify/blob/b82b60db7e4e985debd7b1fff7e7a08dc05063a5/charts/ratify/values.yaml#L121-123
podAnnotations
podLabels
enableRuntimeDefaultSeccompProfile
These 3 values are not set in the deployment spec thus Ratify replicas do not honor them. The chart should be updated to support this.
No response
The text was updated successfully, but these errors were encountered:
akashsinghal
No branches or pull requests
What happened in your environment?
The ratify chart allows for user to specify the
podAnnotations
podLabels
andenableRuntimeDefaultSeccompProfile
https://github.com/ratify-project/ratify/blob/b82b60db7e4e985debd7b1fff7e7a08dc05063a5/charts/ratify/values.yaml#L121-123These 3 values are not set in the deployment spec thus Ratify replicas do not honor them. The chart should be updated to support this.
What did you expect to happen?
No response
What version of Kubernetes are you running?
No response
What version of Ratify are you running?
No response
Anything else you would like to add?
No response
Are you willing to submit PRs to contribute to this bug fix?
The text was updated successfully, but these errors were encountered: