mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-02 20:06:03 +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:
|
||||
|
|
|
@ -566,7 +566,7 @@ Many tracing backends support zipkin either directly or through intermediary age
|
|||
|
||||
#### Example
|
||||
|
||||
 pomerium_config_last_reload_success_timestamp | Gauge | The timestamp of the last successful configuration reload by service pomerium_build_info | Gauge | Pomerium build metadata by git revision, service, version and goversion
|
||||

|
||||
|
||||
## Authenticate Service
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue