Fix: update merge to mergeOverwrite

Change-Id: Icd43013bcb97f7b2f9a049f0a20a550d8b577da3
This commit is contained in:
Roman Gorshunov 2019-03-19 16:52:23 +01:00
parent 6a1a46a8ce
commit 0b8784f26d
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ limitations under the License.
{{- $_ := set $context.Values.__tmpYAML.spec.template.spec "volumes" $context.Values.__tmpPodVols }}
{{ merge $context.Values.__tmpYAML $context.Values.__daemonset_yaml | toYaml }}
{{ mergeOverwrite $context.Values.__daemonset_yaml $context.Values.__tmpYAML | toYaml }}
{{ end }}