1
0
Fork 0

jenkins: Fix typo in README

dch-webhooks-secrets
Dustin 2022-07-31 00:42:42 -05:00
parent 5c19643182
commit ac4d9c1f21
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Create *jenkins* user:
```sh
kubeadm kubeconfig user \
--client-name jenkins \
--config kubeadm-user.yml \
--config kubeadm-user.yaml \
--org jenkins \
> jenkins.kubeconfig
```