Compare commits

..

No commits in common. "2716e60d2de0fad3e17d09213f865b6d263560f7" and "6e8b755f3821df1c33ba55eb7f41bd26200985ee" have entirely different histories.

View File

@ -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/*.sql" }} {{- range $path, $_ := .Files.Glob "sql/004_*.sql" }}
{{ base $path }}: {{ $.Files.Get $path | b64enc }} {{ base $path }}: {{ $.Files.Get $path | b64enc }}
{{- end }} {{- end }}
{{- end }} {{- end }}