diff --git a/hades/templates/configmap-sql-migrations.yaml b/hades/templates/configmap-sql-migrations.yaml index d6045ab..3221616 100644 --- a/hades/templates/configmap-sql-migrations.yaml +++ b/hades/templates/configmap-sql-migrations.yaml @@ -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 }}