From 7e89ac8107f550a9ec4b2aa82a508ffc31766f67 Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Thu, 16 Nov 2023 08:29:02 +0100 Subject: [PATCH] feat: add clusterissuer app --- apps/clusterissuer.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 apps/clusterissuer.yaml diff --git a/apps/clusterissuer.yaml b/apps/clusterissuer.yaml new file mode 100644 index 0000000..e4d60fd --- /dev/null +++ b/apps/clusterissuer.yaml @@ -0,0 +1,20 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: clusterissuer + namespace: argocd + annotations: + argocd.argoproj.io/sync-wave: "5" +spec: + project: cluster-infrastructure + syncPolicy: + automated: + prune: true + selfHeal: true + source: + path: manifests/clusterissuer/ + repoURL: https://github.com/vojtechmares/cthulhunetes-gitops.git + targetRevision: HEAD + destination: + server: "https://kubernetes.default.svc" + namespace: cert-manager