From c23fb413f8a1158b0e5a3fb9028c89147ff5ec00 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 1 Mar 2026 15:11:09 +1100 Subject: [PATCH] chore: enable helm (#3) - enable helm for argocd Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/3 --- clusters/au-syd1/bootstrap/argocd-cm-patch.yaml | 8 ++++++++ clusters/au-syd1/bootstrap/kustomization.yaml | 6 ++++++ 2 files changed, 14 insertions(+) create mode 100644 clusters/au-syd1/bootstrap/argocd-cm-patch.yaml diff --git a/clusters/au-syd1/bootstrap/argocd-cm-patch.yaml b/clusters/au-syd1/bootstrap/argocd-cm-patch.yaml new file mode 100644 index 0000000..117b043 --- /dev/null +++ b/clusters/au-syd1/bootstrap/argocd-cm-patch.yaml @@ -0,0 +1,8 @@ +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: argocd-cm + namespace: argocd +data: + kustomize.buildOptions: "--enable-helm" diff --git a/clusters/au-syd1/bootstrap/kustomization.yaml b/clusters/au-syd1/bootstrap/kustomization.yaml index be25762..8e20ea6 100644 --- a/clusters/au-syd1/bootstrap/kustomization.yaml +++ b/clusters/au-syd1/bootstrap/kustomization.yaml @@ -5,3 +5,9 @@ kind: Kustomization resources: - https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/github_raw/argoproj/argo-cd/refs/tags/v3.3.2/manifests/ha/install.yaml - au-syd1-apps.yaml + +patches: + - path: argocd-cm-patch.yaml + target: + kind: ConfigMap + name: argocd-cm