1d5af1de26
messed up migration from terraform -> argocd, missed some remotes. need to backtrack a bit - remove replicas (rely on horizontal-pod-scaler) - add raw.githubusercontent.com remote - change links to github_raw to native github.com (temporary)
14 lines
297 B
YAML
14 lines
297 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- https://raw.githubusercontent.com/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
|