stardog-union / helm-charts

Stardog Helm Charts
Apache License 2.0
9 stars 12 forks source link

Installing to a namespace with an existing PVC, post-install fails because password was already changed #35

Closed scardena closed 3 years ago

scardena commented 3 years ago

If there is an existing PVCs in a namespace when a brand new install is run. The password change post install job will fail because the password is already changed. This will fail the whole deployment.

The main problem is that a failed helm deployment doesn’t allow upgrades, which means we need to completely remove the deployed chart and install it again.