Merge pull request #6 from itsokov/patch-1

Update shpod.sh
This commit is contained in:
Jérôme Petazzoni
2020-08-24 20:30:10 +02:00
committed by GitHub

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