mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-28 08:27:26 +02:00
docs: fix minor errors (#1214)
* docs: fix typo in kubectl command * docs: Fix spurious table
This commit is contained in:
parent
6df65fe197
commit
258cb26ed5
2 changed files with 2 additions and 2 deletions
|
@ -221,7 +221,7 @@ To use the Pomerium Kubernetes exec-credential provider, update your kubectl con
|
|||
# Add Context
|
||||
kubectl config set-context via-pomerium --user=via-pomerium --cluster=via-pomerium
|
||||
# Add credentials command
|
||||
kubectl config set-credentials via-pomerium --exec-command=pomerium-cli --exec-args=k8s,exec-credential,https://k8s.localhost.pomerium.io:30443
|
||||
kubectl config set-credentials via-pomerium --exec-command=pomerium-cli --exec-arg=k8s,exec-credential,https://k8s.localhost.pomerium.io:30443
|
||||
```
|
||||
|
||||
Here's the resulting configuration:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue