diff --git a/apps/operators/cert-manager.yaml b/apps/operators/cert-manager.yaml new file mode 100644 index 000000000..11316409c --- /dev/null +++ b/apps/operators/cert-manager.yaml @@ -0,0 +1,32 @@ +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: cert-manager + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: operators + sources: + - chart: cert-manager + repoURL: https://charts.jetstack.io + targetRevision: 1.* + helm: + releaseName: cert-manager + valuesObject: + installCRDs: true + - repoURL: ${GIT_URL} + path: secrets/${DEPLOY_NAME}/ + targetRevision: HEAD + directory: + include: cluster-issuer.yaml + destination: + namespace: cert-manager + server: https://kubernetes.default.svc + syncPolicy: + automated: + prune: false + selfHeal: true + syncOptions: + - CreateNamespace=true