Docs only: Use prettier URL for latest config

This commit is contained in:
Dan Jahner 2020-10-02 11:58:05 -07:00
parent 916db74d65
commit 127914703e
No known key found for this signature in database
GPG Key ID: 8E50AC7899DA5B72

View File

@ -15,7 +15,7 @@ User accounts can be created and edited dynamically using `kubectl` commands (se
## Installing the Latest Version with Default Options
```bash
kubectl apply -f https://github.com/vmware-tanzu/pinniped/releases/download/$(curl https://api.github.com/repos/vmware-tanzu/pinniped/releases/latest -s | jq .name -r)/install-local-user-authenticator.yaml
kubectl apply -f https://github.com/vmware-tanzu/pinniped/releases/latest/download/install-local-user-authenticator.yaml
```
## Installing an Older Version with Default Options