Update shpod.sh

master branch now renamed to main
This commit is contained in:
Ivaylo Tsokov
2020-08-24 18:04:52 +03:00
committed by GitHub
parent 8675fc1276
commit 124681da13

View File

@@ -4,7 +4,7 @@
if [ -f shpod.yaml ]; then
YAML=shpod.yaml
else
YAML=https://raw.githubusercontent.com/jpetazzo/shpod/master/shpod.yaml
YAML=https://raw.githubusercontent.com/jpetazzo/shpod/main/shpod.yaml
fi
echo "Applying YAML: $YAML..."
kubectl apply -f $YAML