Set hostnetwork

This commit is contained in:
Waqar Ahmed
2020-11-06 01:55:59 +05:00
parent fee3de3979
commit c0b76b6d28
@@ -51,6 +51,7 @@ Pod specification
*/}} */}}
{{- define "podSepc" }} {{- define "podSepc" }}
restartPolicy: {{ template "restartPolicy" . }} restartPolicy: {{ template "restartPolicy" . }}
hostNetwork: {{ .Values.hostNetwork }}
containers: containers:
- name: {{ .Chart.Name }} - name: {{ .Chart.Name }}
{{- include "volumeMountsConfiguration" . | indent 2}} {{- include "volumeMountsConfiguration" . | indent 2}}