Skip to content

Commit

Permalink
fix: variables
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Schuetz <[email protected]>
  • Loading branch information
Thomas Schuetz committed Nov 7, 2022
1 parent 59c4db6 commit e166f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kubecon-na-22-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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":"<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
Expand Down

0 comments on commit e166f80

Please sign in to comment.