chore: enable helm
- enable helm for argocd
This commit is contained in:
parent
9094cea77d
commit
e63ca830ec
8
clusters/au-syd1/bootstrap/argocd-cm-patch.yaml
Normal file
8
clusters/au-syd1/bootstrap/argocd-cm-patch.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: argocd-cm
|
||||
namespace: argocd
|
||||
data:
|
||||
kustomize.buildOptions: "--enable-helm"
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user