[STRIMZI] Add quorum hostname verify flag
[oom.git] / kubernetes / strimzi / templates / strimzi-kafka.yaml
index 58193e3..4e8779d 100644 (file)
@@ -88,6 +88,7 @@ spec:
     replicas: {{ .Values.replicaCount }}
     config:
       ssl.hostnameVerification: false
+      ssl.quorum.hostnameVerification: false
       {{- if (include "common.onServiceMesh" .) }}
       sslQuorum: false
       {{- end }}