23 lines
495 B
YAML
23 lines
495 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"
|
|
# repoURL: https://charts.jetstack.io
|
|
# targetRevision: v1.15.*
|
|
# syncPolicy:
|
|
# automated: {}
|
|
# syncOptions:
|
|
# - CreateNamespace=true
|