Skip to content

Commit

Permalink
Place renderedConfig over default config for merlin
Browse files Browse the repository at this point in the history
  • Loading branch information
shydefoo committed Sep 29, 2023
1 parent 6a4da7e commit 0fb6403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/merlin/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ MlflowConfig:
{{- define "merlin.config" -}}
{{- $defaultConfig := include "merlin.defaultConfig" . | fromYaml -}}
{{- $renderedConfig := include "merlin.renderedConfig" (list $ . .Values.rendered ) | fromYaml -}}
{{- merge $renderedConfig $defaultConfig .Values.config | toYaml }}
{{- merge $defaultConfig $renderedConfig .Values.config | toYaml }}
{{- end -}}


Expand Down

0 comments on commit 0fb6403

Please sign in to comment.