switch to democratic-csi

This commit is contained in:
ducoterra
2020-09-21 15:30:39 -04:00
parent 9b3f374a57
commit 4d0b91c03f
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ Navigate to <http://pgadmin.local>
helm install postgres ./postgres --set secret=true
# To redeploy or upgrade
helm upgrade postgres ./postgres
helm upgrade --install postgres ./postgres
# After uninstall secrets and pvc are not removed, reinstall without the --set secrets=true to use the old secret
```