mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-11 03:17:40 -02:30
Fix permissions and kargo custom.yaml
This commit is contained in:
2
deploy-k8s.kargo.sh
Normal file → Executable file
2
deploy-k8s.kargo.sh
Normal file → Executable 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
|
||||
|
||||
Reference in New Issue
Block a user