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 212e12c commit d87d09aCopy full SHA for d87d09a
charts/kubecodex/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: kubecodex
3
description: A Helm chart for deploying kubecodex style projects
4
type: application
5
-version: 1.0.0
+version: 1.1.0
6
appVersion: "1.0.0"
7
keywords:
8
- kubecodex
charts/kubecodex/templates/applicationset.yaml
@@ -58,6 +58,14 @@ spec:
58
{{ `{{- range $key, $value := .annotations }}` }}
59
{{ `{{ $key }}` }}: {{ `{{ $value | quote }}` }}
60
{{ `{{- end }}` }}
61
+ spec:
62
+ syncPolicy:
63
+ automated:
64
+ {{ `{{- if ne .autoSync false }}` }}
65
+ allowEmpty: true
66
+ prune: false
67
+ selfHeal: false
68
+ {{ `{{- end }}` }}
69
syncPolicy: {}
70
---
71
{{- end }}
0 commit comments