Skip to content

Commit

Permalink
feat: add parameterizes install of cert-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
cardoe committed Mar 27, 2024
1 parent abb20e7 commit 460f035
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions apps/operators/cert-manager.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 460f035

Please sign in to comment.