mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-12 04:26:51 +00:00
committed by
GitHub
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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user