appset: add templatePatch for chart-based apps; onboard alloy (helm chart source)

This commit is contained in:
2026-08-28 20:15:11 -03:00
parent f1a8cf7ec4
commit 89ef1e10e3
2 changed files with 131 additions and 0 deletions
+9
View File
@@ -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 }}