We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456e869 commit edef3a6Copy full SHA for edef3a6
charts/kubecodex/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
2
name: kubecodex
3
description: A Helm chart for deploying kubecodex style projects
4
type: application
5
-version: 1.0.0
6
-appVersion: "1.0.0"
+version: 1.1.0
+appVersion: "1.1.0"
7
keywords:
8
- kubecodex
9
- helm
charts/kubecodex/templates/applicationset.yaml
@@ -72,7 +72,11 @@ spec:
72
{{ `{{- end }}` }}
73
{{ `{{- range .additionalSyncOptions }}` }}
74
- {{ `{{ . }}` }}
75
- {{ `{{- end }}` }}
+ {{ `{{- end }}` }}
76
+ {{ `{{- if .ignoreDifferences }}` }}
77
+ ignoreDifferences:
78
+ {{ `{{ toYaml .ignoreDifferences | indent 4 }}` }}
79
80
{{- if .preserveResourcesOnDeletion }}
81
syncPolicy:
82
preserveResourcesOnDeletion: true
0 commit comments