fix doc detailed-docs.md (#1992)

helm params
This commit is contained in:
Vitalii Tverdokhlib 2022-11-09 03:20:04 +02:00 committed by GitHub
parent 0908715786
commit 7c81c2eec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1698,7 +1698,7 @@ Set the Helm chart values as follows:
```shell ```shell
$ CA_BUNDLE=$(cat path/to/ca.pem | base64) $ CA_BUNDLE=$(cat path/to/ca.pem | base64)
$ helm --upgrade install actions-runner-controller/actions-runner-controller \ $ helm upgrade --install actions-runner-controller/actions-runner-controller \
certManagerEnabled=false \ certManagerEnabled=false \
admissionWebHooks.caBundle=${CA_BUNDLE} admissionWebHooks.caBundle=${CA_BUNDLE}
``` ```
@ -1708,7 +1708,7 @@ $ helm --upgrade install actions-runner-controller/actions-runner-controller \
Set the Helm chart values as follows: Set the Helm chart values as follows:
```shell ```shell
$ helm --upgrade install actions-runner-controller/actions-runner-controller \ $ helm upgrade --install actions-runner-controller/actions-runner-controller \
certManagerEnabled=false certManagerEnabled=false
``` ```