Merge pull request #447 from 3dwardch3ng/rework

Rework
This commit is contained in:
2024-07-14 19:37:59 +10:00
committed by GitHub

View File

@@ -2,6 +2,9 @@
set -e set -e
kubectl create namespace argocd || echo "Namespace argocd already exists" kubectl create namespace argocd || echo "Namespace argocd already exists"
helm repo add argo https://argoproj.github.io/argo-helm || echo "Argo repo already exists" helm template argocd \
helm repo update || echo "Failed to update helm repos" oci://ghcr.io/argoproj/argo-helm/argo-cd \
helm install argocd -n argocd -f argocd-values.yaml argo/argocd --version 7.3.6 --version: 7.3.6 \
--release-name argocd \
--api-versions monitoring.coreos.com/v1 \
--values argocd-values.yaml