Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] failurePolicy not changed in the mutatingwebhookconfiguration after the change in helm values #34402

Open
Hy3n4 opened this issue Feb 25, 2025 · 0 comments
Assignees
Labels
team/container-platform The Container Platform Team team/triage

Comments

@Hy3n4
Copy link

Hy3n4 commented Feb 25, 2025

Agent Environment
Cluster Agent version: 7.62.0

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.

Additional environment details (Operating System, Cloud provider, etc):
GKE v1.30.9-gke.1046000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team/container-platform The Container Platform Team team/triage
Projects
None yet
Development

No branches or pull requests

2 participants