Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel-dempers committed Sep 15, 2021
1 parent 18d9ac2 commit 5de4cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/rbac/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export KUBECONFIG=~/.kube/new-config
Create a cluster entry which points to the cluster and contains the details of the CA certificate:

```
kubectl config set-cluster dev-cluster --server=https://127.0.0.1:52794 \
kubectl config set-cluster dev-cluster --server=https://127.0.0.1:52807 \
--certificate-authority=ca.crt \
--embed-certs=true
Expand Down

0 comments on commit 5de4cf1

Please sign in to comment.