Fix permissions and kargo custom.yaml

This commit is contained in:
Aleksandr Didenko
2016-06-20 09:13:07 +02:00
parent c81457c617
commit 943edb6dd2
4 changed files with 2 additions and 1 deletions

2
deploy-k8s.kargo.sh Normal file → Executable file
View File

@@ -15,7 +15,7 @@ else
fi
echo "Running deployment..."
kargo deploy -y --ansible-opts="-e kargo/custom.yaml"
kargo deploy -y --ansible-opts="-e @kargo/custom.yaml"
deploy_res=$?
if [ "$deploy_res" -eq "0" ]; then