gitops/apps/hetzner-webhook.yaml

22 lines
499 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: hetzner-webhook
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "1"
spec:
project: default
source:
repoURL: https://charts.hetzner.cloud
chart: cert-manager-webhook-hetzner
targetRevision: 1.0.1
destination:
server: https://kubernetes.default.svc
namespace: cert-manager
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true