gitops/apps/cert-manager-config.yaml

28 lines
650 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cert-manager-config
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "1"
spec:
project: default
source:
repoURL: http://forgejo.forgejo.svc.cluster.local:3000/jad0s/gitops.git
targetRevision: HEAD
path: manifests/cert-manager
destination:
server: https://kubernetes.default.svc
namespace: cert-manager
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- SkipDryRunOnMissingResource=true
retry:
limit: 10
backoff:
duration: 30s
factor: 2