We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0d229c commit 7673255Copy full SHA for 7673255
docs/admin/runai-setup/self-hosted/k8s/upgrade.md
@@ -86,8 +86,8 @@ The Run:ai control-plane installation has been rewritten and is no longer using
86
```
87
helm upgrade -i runai-backend -n runai-backend runai-backend/control-plane \
88
--set global.domain=<DOMAIN> \
89
- --set=postgresql.primary.persistence.existingClaim=pvc-postgresql \
90
- --set=thanos.receive.persistence.existingClaim=pvc-thanos-receive
+ --set postgresql.primary.persistence.existingClaim=pvc-postgresql \
+ --set thanos.receive.persistence.existingClaim=pvc-thanos-receive
91
92
93
0 commit comments