We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d301d1 commit 6048ff9Copy full SHA for 6048ff9
helm/flink-kubernetes-operator/templates/flink-operator.yaml
@@ -57,6 +57,7 @@ spec:
57
{{- end }}
58
securityContext:
59
{{- toYaml .Values.podSecurityContext | nindent 8 }}
60
+ hostNetwork: {{ .Values.operatorPod.hostNetwork }}
61
{{- if .Values.operatorPod.nodeSelector }}
62
nodeSelector: {{ toYaml .Values.operatorPod.nodeSelector | nindent 8 }}
63
helm/flink-kubernetes-operator/values.yaml
@@ -60,6 +60,7 @@ rbac:
operatorPod:
priorityClassName: null
+ hostNetwork: false
64
annotations: {}
65
labels: {}
66
# The env variables only apply to the operator container in the operator pod
0 commit comments