From e166f8050d034726571de1ab4ee3474584297a53 Mon Sep 17 00:00:00 2001 From: Thomas Schuetz Date: Mon, 7 Nov 2022 09:37:29 +0100 Subject: [PATCH] fix: variables Signed-off-by: Thomas Schuetz --- examples/kubecon-na-22-demo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/kubecon-na-22-demo/README.md b/examples/kubecon-na-22-demo/README.md index d6d36a5fb4..b8d89a979a 100644 --- a/examples/kubecon-na-22-demo/README.md +++ b/examples/kubecon-na-22-demo/README.md @@ -5,7 +5,7 @@ This demonstration is based on the [Observability Example](../observability) and ![img.png](assets/big-picture.png) ## Prepare Secret for Slack Notification -> kubectl create secret generic slack-notification --from-literal=SECURE_DATA='{"slack_hook":"","text":"Deployed PodTatoHead Application"}' -n podtato-kubectl -oyaml --dry-run > base/slack-secret.yaml +> kubectl create secret generic slack-notification --from-literal=SECURE_DATA='{"slack_hook":"HOOK","text":"Deployed PodTatoHead Application"}' -n podtato-kubectl -oyaml --dry-run > base/slack-secret.yaml ## Deploy the Observability Part > make install