1
0
Fork 0

feat: add clusterissuer app

This commit is contained in:
Vojtěch Mareš 2023-11-16 08:29:02 +01:00
parent ff19db14a5
commit 7e89ac8107
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

20
apps/clusterissuer.yaml Normal file
View file

@ -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