fixed typo in command (#1010)

This commit is contained in:
Marty Hernandez Avedon
2023-11-29 16:03:37 -05:00
committed by GitHub
parent 0b3fceefdc
commit 07c03a2bd0
@@ -127,7 +127,7 @@ The webhook should only accept requests from the Kubernetes API server. By defau
6. Create a configmap in the `cattle-system` namespace on the provisioned cluster with these values:
```
kubectl --namespace cattle-system create configmap --from-file=rancher-webhook=values.yaml
kubectl --namespace cattle-system create configmap rancher-config --from-file=rancher-webhook=values.yaml
```
The webhook will restart with these values.