From 9c02f89954dceb67bb91348f43f5174ce3348b95 Mon Sep 17 00:00:00 2001 From: deviantony Date: Mon, 14 Feb 2022 02:03:06 +0000 Subject: [PATCH] use temporary YAM --- deploy/manifests/agent/portainer-ce211-edge-agent-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/manifests/agent/portainer-ce211-edge-agent-setup.sh b/deploy/manifests/agent/portainer-ce211-edge-agent-setup.sh index d310784..468e38a 100644 --- a/deploy/manifests/agent/portainer-ce211-edge-agent-setup.sh +++ b/deploy/manifests/agent/portainer-ce211-edge-agent-setup.sh @@ -60,7 +60,7 @@ main() { [[ "$(command -v kubectl)" ]] || errorAndExit "Unable to find kubectl binary. Please ensure kubectl is installed before running this script." info "Downloading agent manifest..." - curl -L https://portainer.github.io/k8s/deploy/manifests/agent/portainer-ce211-agent-edge-k8s.yaml -o portainer-agent-edge-k8s.yaml || errorAndExit "Unable to download agent manifest" + curl -L https://raw.githubusercontent.com/portainer/k8s/fc0044800a8cb4be6c19f88aac1c696cef7ba916/deploy/manifests/agent/portainer-ce211-agent-edge-k8s.yaml -o portainer-agent-edge-k8s.yaml || errorAndExit "Unable to download agent manifest" info "Creating Portainer namespace..." kubectl create namespace portainer