argocd config change

This commit is contained in:
Vaibhav Pathak 2026-02-11 13:59:27 +05:30
parent 9385d918fc
commit da0e170be5

View File

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