I wanted to know if there is possibility for Helm install command to ignore existing resource (if already created) if the helm/resource-policy is keep.
Scenario:
- I created release with Secret containing random generated password. This Secret is marked as resource-policy: keep
- I deleted release
- I do helm install with same release name
- Install ignores existing secret so that all other services are connected to Secret with old password.
The same thing is needed for PVC.