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:
|
annotations:
|
||||||
argocd.argoproj.io/sync-options: ServerSideApply=true
|
argocd.argoproj.io/sync-options: ServerSideApply=true
|
||||||
binaryData:
|
binaryData:
|
||||||
{{- range $path, $_ := .Files.Glob "sql/004_*.sql" }}
|
{{- range $path, $_ := .Files.Glob "sql/*.sql" }}
|
||||||
{{ base $path }}: {{ $.Files.Get $path | b64enc }}
|
{{ base $path }}: {{ $.Files.Get $path | b64enc }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user