This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Run this in your katacoda scenario git repo: https://www.katacoda.community/ | |
| # Requires setup of Incoming Webhook on Slack: https://api.slack.com/messaging/webhooks | |
| SCENARIO_URL='https://katacoda.com/<USER>/courses/<NAME>' | |
| SLACK_WEBHOOK_URL='https://hooks.slack.com/services/<YOUR_INCOMING_WEBHOOK_PATH' | |
| commit_id=`git log --pretty=format:'%H' -n 1` | |
| echo "Checking if scenario has been updated on Katacoda.." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ------etcd-og.yaml------- | |
| apiVersion: operators.coreos.com/v1 | |
| kind: OperatorGroup | |
| metadata: | |
| name: demo | |
| namespace: demo | |
| spec: | |
| targetNamespaces: | |
| - demo | |
| ------------------------- |