From 245854b85a0a4f9301cd8ed160a955dd6a455017 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Fri, 18 Sep 2020 09:11:56 -0700 Subject: [PATCH] Update demo.md --- doc/demo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/demo.md b/doc/demo.md index 3410481af..4f925846a 100644 --- a/doc/demo.md +++ b/doc/demo.md @@ -85,7 +85,7 @@ cd /tmp/pinniped/deploy ytt --file . \ --data-value "webhook_url=https://local-user-authenticator.local-user-authenticator.svc/authenticate" \ - --data-value "webhook_ca_bundle=$(cat local-user-authenticator-ca-base64-encoded)" \ + --data-value "webhook_ca_bundle=$(cat /tmp/local-user-authenticator-ca-base64-encoded)" \ | kapp deploy --yes --app pinniped --diff-changes --file - ```