doc: Fix chart name for helm commands in docs (#2287)

This commit is contained in:
Yusuke Kuoka
2023-02-16 07:09:23 +09:00
committed by GitHub
parent d9627141dc
commit f677fd5872
4 changed files with 6 additions and 6 deletions

View File

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