We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5163035 commit 35e52e2Copy full SHA for 35e52e2
install.sh
@@ -91,7 +91,7 @@ helm upgrade --install argocd argo/argo-cd --version 7.8.23 -n argocd --create-n
91
kubectl apply -f https://raw.githubusercontent.com/${REPO}/refs/heads/${BRANCH}/apps/argo/ingress.yaml
92
93
if [[ ${APPS} ]]; then
94
- for APP in APPS; do
+ for APP in $APPS; do
95
kubectl apply -f https://raw.githubusercontent.com/${REPO}/refs/heads/${BRANCH}/apps/${APP}/app.yaml -n argocd
96
done
97
fi
0 commit comments