chore: enable helm (#3)

- enable helm for argocd

Reviewed-on: #3
This commit is contained in:
Ben Vincent 2026-03-01 15:11:09 +11:00
parent 9094cea77d
commit c23fb413f8
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: argocd-cm
namespace: argocd
data:
kustomize.buildOptions: "--enable-helm"

View File

@ -5,3 +5,9 @@ kind: Kustomization
resources: 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 - 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 - au-syd1-apps.yaml
patches:
- path: argocd-cm-patch.yaml
target:
kind: ConfigMap
name: argocd-cm