You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The caBundle field introduced in 2.0.0 for snapshot-validation-webhook changes on every helm diff or helm upgrade. This causes unnecessary deploys with continuous reconcilliation gitops tools and drift detection workflows.
The
caBundle
field introduced in2.0.0
forsnapshot-validation-webhook
changes on everyhelm diff
orhelm upgrade
. This causes unnecessary deploys with continuous reconcilliation gitops tools and drift detection workflows.Full `helm diff` (click to expand)
Other charts like
ingress-nginx
with validating webhooks use a patchJob
instead of encoding the CA in the helm template: https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx/templates/admission-webhooks. This avoids diffs on subsequent helm runs.The text was updated successfully, but these errors were encountered: