helm: Use upgrade --install everywhere

See @sreya's review
This commit is contained in:
Anmol Sethi 2020-11-13 18:45:13 -05:00
parent 79e8f3dfdb
commit 8bf1bf2c9f
No known key found for this signature in database
GPG Key ID: 8CEF1878FF10ADEB

View File

@ -100,7 +100,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
install`. For example, install`. For example,
```console ```console
$ helm install code-server \ $ helm upgrade --install code-server \
ci/helm-chart \ ci/helm-chart \
--set persistence.enabled=false --set persistence.enabled=false
``` ```
@ -111,7 +111,7 @@ Alternatively, a YAML file that specifies the values for the above parameters
can be provided while installing the chart. For example, can be provided while installing the chart. For example,
```console ```console
$ helm install code-server ci/helm-chart -f values.yaml $ helm upgrade --install code-server ci/helm-chart -f values.yaml
``` ```
> **Tip**: You can use the default [values.yaml](values.yaml) > **Tip**: You can use the default [values.yaml](values.yaml)