feat: migrate cert-manager from Terraform to ArgoCD (#42)

- Add cert-manager base ArgoCD application with namespace, RBAC resources
- Create cert-manager overlay for au-syd1 with Helm chart configuration
- Update platform ApplicationSet to include cert-manager deployment
- Configure cert-manager v1.19.2 with jetstack Helm repository
- Maintain one-to-one migration from Terraform configuration

Reviewed-on: #42
This commit was merged in pull request #42.
This commit is contained in:
2026-03-19 01:18:19 +11:00
parent 656aedfc53
commit ed300fabed
9 changed files with 104 additions and 0 deletions
@@ -0,0 +1,9 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- serviceaccount.yaml
- clusterrole.yaml
- clusterrolebinding.yaml