Commit c0b76b6d authored by Waqar Ahmed's avatar Waqar Ahmed

Set hostnetwork

parent fee3de39
...@@ -51,6 +51,7 @@ Pod specification ...@@ -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}}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment