fix: include all SQL files in dbinit configmap #7

Merged
sagar.patil merged 1 commits from fix/include-all-sql-in-dbinit into main 2026-04-28 09:04:18 +00:00
Showing only changes of commit 0c569ec528 - Show all commits

View File

@ -9,7 +9,7 @@ metadata:
annotations:
argocd.argoproj.io/sync-options: ServerSideApply=true
binaryData:
{{- range $path, $_ := .Files.Glob "sql/004_*.sql" }}
{{- range $path, $_ := .Files.Glob "sql/*.sql" }}
{{ base $path }}: {{ $.Files.Get $path | b64enc }}
{{- end }}
{{- end }}