File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
charts/nxs-universal-chart/templates/helpers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ initContainers:
90
90
command: { {- include " helpers.tplvalues.render" ( dict " value" .command " context" $) | nindent 2 } }
91
91
{ {- end } }
92
92
{ {- end } }
93
- { {- include " helpers.workloads.envs" (dict " value" . " context" $) | indent 2 } }
94
- { {- include " helpers.workloads.envsFrom" (dict " value" . " context" $) | indent 2 } }
93
+ { {- include " helpers.workloads.envs" (dict " value" . " general " $ general " context" $) | indent 2 } }
94
+ { {- include " helpers.workloads.envsFrom" (dict " value" . " general " $ general " context" $) | indent 2 } }
95
95
{ {- with .ports } }
96
96
ports: { {- include " helpers.tplvalues.render" ( dict " value" . " context" $) | nindent 2 } }
97
97
{ {- end } }
You can’t perform that action at this time.
0 commit comments