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
Describe what happened:
When changing clusterAgent.admissionController.failurePolicy value to Fail in the helm chart values.yaml the new value is not changed in webhooks in mutatingwebhookconfiguration. It has to be manually deleted and it triggers immediate re-creation of the mvc with the correct values.
Describe what you expected:
The change would be handled by the operator automatically.
Steps to reproduce the issue:
change clusterAgent.admissionController.failurePolicy in values.yaml
run helm upgrade ... -f values.yaml
observe there is no change of failurePolicy value in mutatingwebhookconfiguration webhooks.
Agent Environment
Cluster Agent version:
7.62.0
Describe what happened:
When changing
clusterAgent.admissionController.failurePolicy
value toFail
in the helm chartvalues.yaml
the new value is not changed in webhooks inmutatingwebhookconfiguration
. It has to be manually deleted and it triggers immediate re-creation of the mvc with the correct values.Describe what you expected:
The change would be handled by the operator automatically.
Steps to reproduce the issue:
clusterAgent.admissionController.failurePolicy
invalues.yaml
helm upgrade ... -f values.yaml
failurePolicy
value inmutatingwebhookconfiguration
webhooks.Additional environment details (Operating System, Cloud provider, etc):
GKE
v1.30.9-gke.1046000
The text was updated successfully, but these errors were encountered: