mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 11:41:27 +00:00
committed by
GitHub
parent
0908715786
commit
7c81c2eec1
@@ -1698,7 +1698,7 @@ Set the Helm chart values as follows:
|
||||
|
||||
```shell
|
||||
$ 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 \
|
||||
admissionWebHooks.caBundle=${CA_BUNDLE}
|
||||
```
|
||||
@@ -1708,7 +1708,7 @@ $ helm --upgrade install actions-runner-controller/actions-runner-controller \
|
||||
Set the Helm chart values as follows:
|
||||
|
||||
```shell
|
||||
$ helm --upgrade install actions-runner-controller/actions-runner-controller \
|
||||
$ helm upgrade --install actions-runner-controller/actions-runner-controller \
|
||||
certManagerEnabled=false
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user