Merge pull request 'fix: include all SQL files in dbinit configmap' (#7) from fix/include-all-sql-in-dbinit into main

This commit is contained in:
sagar.patil 2026-04-28 09:04:17 +00:00
commit 2716e60d2d

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 }}