Set hostnetwork
This commit is contained in:
parent
fee3de3979
commit
c0b76b6d28
|
@ -51,6 +51,7 @@ Pod specification
|
|||
*/}}
|
||||
{{- define "podSepc" }}
|
||||
restartPolicy: {{ template "restartPolicy" . }}
|
||||
hostNetwork: {{ .Values.hostNetwork }}
|
||||
containers:
|
||||
- name: {{ .Chart.Name }}
|
||||
{{- include "volumeMountsConfiguration" . | indent 2}}
|
||||
|
|
Loading…
Reference in New Issue