Skip to content
This repository was archived by the owner on Sep 4, 2021. It is now read-only.

Commit 2944dff

Browse files
authored
Merge pull request #804 from nimbusscale/calico_manifest_path_fix
change calico.yaml path from /etc to /srv
2 parents 79b7350 + ae37011 commit 2944dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

single-node/user-data

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ EOF
808808
}
809809
EOF
810810
fi
811-
local TEMPLATE=/etc/kubernetes/manifests/calico.yaml
811+
local TEMPLATE=/srv/kubernetes/manifests/calico.yaml
812812
if [ "${USE_CALICO}" = "true" ]; then
813813
echo "TEMPLATE: $TEMPLATE"
814814
mkdir -p $(dirname $TEMPLATE)

0 commit comments

Comments
 (0)