Fix: update merge to mergeOverwrite
Change-Id: Icd43013bcb97f7b2f9a049f0a20a550d8b577da3
This commit is contained in:
parent
6a1a46a8ce
commit
0b8784f26d
@ -349,7 +349,7 @@ limitations under the License.
|
|||||||
|
|
||||||
{{- $_ := set $context.Values.__tmpYAML.spec.template.spec "volumes" $context.Values.__tmpPodVols }}
|
{{- $_ := 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 }}
|
{{ end }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user