dd0e297c14
- Patch argocd-repo-server to mount vault-ca-cert and set SSL_CERT_DIR so helm subprocesses trust the internal CA when pulling charts - Add argocd Application pointing at clusters/au-syd1/bootstrap so ArgoCD manages its own install going forward Reviewed-on: #112
23 lines
541 B
YAML
23 lines
541 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
|
|
- argocd-self-app.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
|
|
- path: argocd-repo-server-vault-ca-patch.yaml
|
|
target:
|
|
kind: Deployment
|
|
name: argocd-repo-server
|