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:
commit
2716e60d2d
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user