argocd cofig change

This commit is contained in:
Vaibhav Pathak 2026-02-11 13:58:14 +05:30
parent be5f5d9a0a
commit d9186f80cc

View File

@ -6,6 +6,8 @@ metadata:
labels:
{{- include "hades.labels" . | nindent 4 }}
app.kubernetes.io/component: dbinit
annotations:
argocd.argoproj.io/sync-options: ServerSideApply=true
binaryData:
{{- range $path, $_ := .Files.Glob "sql/004_*.sql" }}
{{ base $path }}: {{ $.Files.Get $path | b64enc }}