Skip to content

Commit

Permalink
install: Allow setting enable-health-check-nodeport to 'false'
Browse files Browse the repository at this point in the history
Signed-off-by: John Watson <johnw@planetscale.com>
  • Loading branch information
dctrwatson authored and nathanjsweet committed Jun 2, 2021
1 parent 2783833 commit b69258b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/kubernetes/cilium/templates/cilium-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ data:
{{- if hasKey .Values.nodePort "directRoutingDevice" }}
direct-routing-device: {{ .Values.nodePort.directRoutingDevice | quote }}
{{- end }}
{{- if .Values.nodePort.enableHealthCheck }}
{{- if hasKey .Values.nodePort "enableHealthCheck" }}
enable-health-check-nodeport: {{ .Values.nodePort.enableHealthCheck | quote}}
{{- end }}
node-port-bind-protection: {{ .Values.nodePort.bindProtection | quote }}
Expand Down

0 comments on commit b69258b

Please sign in to comment.