#!/usr/bin/env bash set -e # DEPLOY ARGOCD helm upgrade --install --wait --timeout 15m --atomic --namespace argocd --create-namespace \ --repo https://argoproj.github.io/argo-helm argocd argo-cd --values - <