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 ea33adf commit a538c1fCopy full SHA for a538c1f
README.md
@@ -42,9 +42,9 @@ EOF
42
```
43
44
```shell
45
-helm repo add codefresh-onprem-prod https://chartmuseum.codefresh.io/codefresh
46
-helm pull codefresh-onprem-prod/codefresh
47
-helm upgrade --install cf codefresh-onprem-prod/codefresh -f values-main.yaml --create-namespace --namespace codefresh --debug
+helm repo add codefresh-onprem https://chartmuseum.codefresh.io/codefresh
+helm pull codefresh-onprem/codefresh
+helm upgrade --install cf codefresh-onprem/codefresh -f values-main.yaml --create-namespace --namespace codefresh --debug
48
49
50
### Additional docs
0 commit comments