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

Commit

Permalink
Merge pull request #804 from nimbusscale/calico_manifest_path_fix
Browse files Browse the repository at this point in the history
change calico.yaml path from /etc to /srv
  • Loading branch information
aaronlevy authored Jan 12, 2017
2 parents 79b7350 + ae37011 commit 2944dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion single-node/user-data
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ EOF
}
EOF
fi
local TEMPLATE=/etc/kubernetes/manifests/calico.yaml
local TEMPLATE=/srv/kubernetes/manifests/calico.yaml
if [ "${USE_CALICO}" = "true" ]; then
echo "TEMPLATE: $TEMPLATE"
mkdir -p $(dirname $TEMPLATE)
Expand Down

0 comments on commit 2944dff

Please sign in to comment.