Skip to content

Instantly share code, notes, and snippets.

View joshix's full-sized avatar

Josh Wood joshix

View GitHub Profile
#!/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.."
@jankleinert
jankleinert / etcd demo
Last active July 12, 2020 01:54
files for etcd demo
------etcd-og.yaml-------
apiVersion: operators.coreos.com/v1
kind: OperatorGroup
metadata:
name: demo
namespace: demo
spec:
targetNamespaces:
- demo
-------------------------