system/gitops/cluster-issuer-app.yaml

20 lines
457 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cluster-issuer
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "2"
spec:
project: default
source:
repoURL: 'https://git.qcampos.fr/qcampos/system.git'
path: platform/cluster
targetRevision: main
destination:
server: 'https://kubernetes.default.svc'
namespace: cert-manager
syncPolicy:
automated:
prune: true
selfHeal: true