pod level securityContext.capabilities reflecting in helm template but not after helm upgrade #10751
Labels
needs-kind
Indicates a PR lacks a `kind/foo` label and requires one.
needs-priority
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
I need to configure the pod security context which I did by adding .Values.controller.podSecurityContext as shown below. However even after adding and deploying using helm upgrade, my deployment is not reflecting the changes. Screenshots attached below.
values.yaml file
deployment yaml (live manifest)
How can I make my changes reflect in the actual ingress controller deployment?
The text was updated successfully, but these errors were encountered: