Certs
This commit is contained in:
parent
684ae6eaef
commit
bbcf0a0a97
32
apps/templates/cert-manager.yaml
Normal file
32
apps/templates/cert-manager.yaml
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
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
|
||||||
|
|
||||||
|
extraArgs:
|
||||||
|
- --enable-certificate-owner-ref=true
|
||||||
|
- --dns01-recursive-nameservers-only
|
||||||
|
- --dns01-recursive-nameservers=8.8.8.8:53,1.1.1.1:53
|
||||||
|
|
||||||
|
repoURL: https://charts.jetstack.io
|
||||||
|
targetRevision: 1.10.1
|
||||||
|
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
Loading…
Reference in New Issue
Block a user