20 lines
419 B
YAML
20 lines
419 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: cert-manager
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
namespace: cert-manager
|
|
server: {{ .Values.spec.destination.server }}
|
|
project: default
|
|
source:
|
|
chart: cert-manager
|
|
repoURL: https://charts.jetstack.io
|
|
targetRevision: 1.*.*
|
|
helm:
|
|
valuesObject:
|
|
crds:
|
|
enabled: true
|
|
syncPolicy:
|
|
automated: {} |