From 079e07a51f56db9fcfc212c949367b71901374eb Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Thu, 17 Sep 2020 14:07:18 -0700 Subject: [PATCH] Fix mistake in ytt/kapp command in demo.md --- doc/demo.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/demo.md b/doc/demo.md index 99f9602c..9a4d6880 100644 --- a/doc/demo.md +++ b/doc/demo.md @@ -84,9 +84,10 @@ ```bash 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_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