14 lines
330 B
YAML
14 lines
330 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
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
|