26 lines
626 B
YAML
26 lines
626 B
YAML
#apiVersion: argoproj.io/v1alpha1
|
|
#kind: Application
|
|
#metadata:
|
|
# name: cert-manager
|
|
# namespace: argocd
|
|
#spec:
|
|
# destination:
|
|
# namespace: cert-manager
|
|
# server: https://kubernetes.default.svc
|
|
# project: default
|
|
# source:
|
|
# chart: cert-manager
|
|
# helm:
|
|
# parameters:
|
|
# - name: installCRDs
|
|
# value: "true"
|
|
# - name: 'namespace'
|
|
# value: 'cert-manager'
|
|
# - name: 'enableCertificateOwnerRef'
|
|
# value: 'true'
|
|
# repoURL: https://charts.jetstack.io
|
|
# targetRevision: v1.15.*
|
|
# syncPolicy:
|
|
# automated: {}
|
|
# syncOptions:
|
|
# - CreateNamespace=true |