Files
homelab/cluster/platform/cert-manager/application.yaml
2026-05-17 20:44:31 -05:00

30 lines
803 B
YAML

# ------------------------------------------------------------------------------
# Platform: cert-manager
# Wave 3 — depends on ESO (wave 1) for Cloudflare token secret
# ------------------------------------------------------------------------------
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cert-manager
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "3"
spec:
project: default
source:
repoURL: https://charts.jetstack.io
chart: cert-manager
targetRevision: v1.17.2
helm:
valuesFile: values.yaml
destination:
server: https://kubernetes.default.svc
namespace: cert-manager
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true