diff --git a/test/ix-chart/2010.0.2/templates/_workload.tpl b/test/ix-chart/2010.0.2/templates/_workload.tpl index 0d83756a28..9893936325 100644 --- a/test/ix-chart/2010.0.2/templates/_workload.tpl +++ b/test/ix-chart/2010.0.2/templates/_workload.tpl @@ -51,6 +51,7 @@ Pod specification */}} {{- define "podSepc" }} restartPolicy: {{ template "restartPolicy" . }} +hostNetwork: {{ .Values.hostNetwork }} containers: - name: {{ .Chart.Name }} {{- include "volumeMountsConfiguration" . | indent 2}}