28 lines
633 B
YAML
28 lines
633 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: https://forgejo.libretalk.eu/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
|