Closed akashsinghal closed 6 hours ago
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
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?