ratify-project / ratify

Artifact Ratification Framework
https://ratify.dev
Apache License 2.0
225 stars 63 forks source link

Support missing pod level configs to the deployment spec #1913

Closed akashsinghal closed 6 hours ago

akashsinghal commented 3 weeks ago

What happened in your environment?

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

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.

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?