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
Cleanup of validation and mutation webhooks upon helm uninstall.
Currently it's leaving validatingwebhookconfiguration and mutatingwebhookconfiguration resources such as github-runners-validating-webhook-configuration or github-runners-mutating-webhook-configuration and in case of using and changing a custom name, these resources creates a conflict which results in failed calling webhook ... error. The workaround was documented in this issue #1558.
Why is this needed?
To make a cleanup more complete and avoid problems on changing the app name.
Additional context
Managing my infrastructure through Terraform Helm provider.
The text was updated successfully, but these errors were encountered:
What would you like added?
Cleanup of validation and mutation webhooks upon
helm uninstall
.Currently it's leaving
validatingwebhookconfiguration
andmutatingwebhookconfiguration
resources such asgithub-runners-validating-webhook-configuration
orgithub-runners-mutating-webhook-configuration
and in case of using and changing a custom name, these resources creates a conflict which results infailed calling webhook ...
error. The workaround was documented in this issue #1558.Why is this needed?
To make a cleanup more complete and avoid problems on changing the app name.
Additional context
Managing my infrastructure through Terraform Helm provider.
The text was updated successfully, but these errors were encountered: