From c0b76b6d2832765bf669dbaabb181c3b7e33861c Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Thu, 5 Nov 2020 15:22:07 +0500 Subject: [PATCH] Set hostnetwork --- test/ix-chart/2010.0.2/templates/_workload.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ix-chart/2010.0.2/templates/_workload.tpl b/test/ix-chart/2010.0.2/templates/_workload.tpl index 0d83756a282..98939363251 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}}