charts
charts copied to clipboard
ValidatingWebhookConfiguration object left behind after disabling cStor/legacy
When the 'openebs' helm chart (v3.0.0) is deployed with legacy or cStor-CSI enabled, it creates a validatingwebhookconfiguration in each case. When the legacy or cStor-CSI option is disabled using helm upgrade
, it removes all control-plane components except for the validatingwebhookconfiguration object.
Sample command:
helm upgrade openebs -n openebs openebs/openebs --set cstor.enabled=false --reuse-values
The webhook cleanup job is only triggered on uninstall.
@niladrih can we take this up for 3.2?
Yes @pawanpraka1. ✔️
This issue depends on the helm issue
- https://github.com/helm/helm/issues/4701