certs
This commit is contained in:
parent
2fb370913e
commit
5bef2eb585
27
apps/templates/cert-manager.yaml
Normal file
27
apps/templates/cert-manager.yaml
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: cert-manager
|
||||||
|
namespace: argo-cd
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: cert-manager
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
chart: cert-manager
|
||||||
|
helm:
|
||||||
|
values: |
|
||||||
|
|
||||||
|
prometheus:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
repoURL: https://charts.jetstack.io
|
||||||
|
targetRevision: 1.10.1
|
||||||
|
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
Loading…
Reference in New Issue
Block a user