527e5a8bf7
Patches argocd-tls-certs-cm with the Vault CA chain so ArgoCD can verify TLS when pulling Helm charts from artifactapi.k8s.syd1.au.unkin.net.
18 lines
401 B
YAML
18 lines
401 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
|
|
- path: argocd-tls-certs-patch.yaml
|
|
target:
|
|
kind: ConfigMap
|
|
name: argocd-tls-certs-cm
|