Skip to content

Add annotation to pod admission controller Deployment

Add an annotation to pod admission controller Deployment to ensure that it always starts a fresh pod each time the chart is applied. This ensures that up-to-date TLS information is always being used. Without this the client (The Mutatingwebhookconfiguration) will end up using a CA certificate that differs from what the admission controller pod is using, resulting in the admission controller not being used.

Merge request reports