Fix mistake in ytt/kapp command in demo.md

This commit is contained in:
Ryan Richard 2020-09-17 14:07:18 -07:00 committed by GitHub
parent 025940d4f1
commit 079e07a51f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,9 +84,10 @@
```bash ```bash
cd /tmp/pinniped/deploy cd /tmp/pinniped/deploy
ytt --file . | kapp deploy --yes --app pinniped --diff-changes --file - \ ytt --file . \
--data-value "webhook_url=https://local-user-authenticator.local-user-authenticator.svc/authenticate" \ --data-value "webhook_url=https://local-user-authenticator.local-user-authenticator.svc/authenticate" \
--data-value "webhook_ca_bundle=$(cat /tmp/local-user-authenticator-ca)" --data-value "webhook_ca_bundle=$(cat /tmp/local-user-authenticator-ca)" \
| kapp deploy --yes --app pinniped --diff-changes --file -
``` ```
1. Download the latest version of the Pinniped CLI binary for your platform 1. Download the latest version of the Pinniped CLI binary for your platform