parent
0908715786
commit
7c81c2eec1
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue