appset: add templatePatch for chart-based apps; onboard alloy (helm chart source)
This commit is contained in:
@@ -35,3 +35,12 @@ spec:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
templatePatch: |
|
||||
{{- if hasKey . "chart" }}
|
||||
spec:
|
||||
source:
|
||||
$patch: replace
|
||||
{{- toYaml .spec.source | nindent 4 }}
|
||||
syncPolicy:
|
||||
syncOptions: [CreateNamespace=true, ServerSideApply=true]
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user