diff --git a/bootstrap/argocd.sh b/bootstrap/argocd.sh old mode 100644 new mode 100755 index b266b1d24..1aec392f4 --- a/bootstrap/argocd.sh +++ b/bootstrap/argocd.sh @@ -10,8 +10,10 @@ argocd_rev=$(cat "${thisdir}/../apps/appsets/argocd/appset-argocd.yaml" | yq -r helm repo add argo "${argocd_repo}" helm repo update argo -helm template argo-cd argo-cd \ +kubectl create ns argocd + +helm template argo/argo-cd \ --version "${argocd_rev}" \ - --create-namespace \ + --namespace argocd \ -f "${thisdir}/../components/argocd/values.yaml" \ | kubectl -n argocd apply -f -