changed values into valuesObject

This commit is contained in:
2024-11-05 00:10:13 +00:00
parent cf3ceea721
commit 305729e71b

View File

@@ -1,4 +1,4 @@
{{- if .Values.cert-manager.enabled -}} {{ if .Values.cert-manager.enabled }}
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
metadata: metadata:
@@ -13,7 +13,7 @@ spec:
chart: cert-manager # Chart name chart: cert-manager # Chart name
targetRevision: {{ .Values.cert-manager.targetRevision }} # Version of the chart (update to latest if needed) targetRevision: {{ .Values.cert-manager.targetRevision }} # Version of the chart (update to latest if needed)
helm: helm:
values: | valuesObject:
crds: crds:
enabled: true enabled: true
destination: destination:
@@ -27,4 +27,4 @@ spec:
- ApplyOutOfSyncOnly=true - ApplyOutOfSyncOnly=true
- ServerSideApply=true - ServerSideApply=true
- CreateNamespace=true - CreateNamespace=true
{{- end }} {{ end }}