28 lines
599 B
YAML
28 lines
599 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: cert-manager
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
path: ''
|
|
repoURL: 'https://charts.jetstack.io'
|
|
targetRevision: 1.7.2
|
|
chart: cert-manager
|
|
helm:
|
|
values: |
|
|
installCRDs: true
|
|
ingressShim:
|
|
defaultIssuerName: letsencrypt
|
|
defaultIssuerKind: ClusterIssuer
|
|
destination:
|
|
namespace: cert-manager
|
|
server: 'https://kubernetes.default.svc'
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|