Merge "[STRIMZI] Make Strimzi ServiceMesh compatible"
[oom.git] / kubernetes / strimzi / templates / strimzi-kafka.yaml
index 5f1e730..06802da 100644 (file)
@@ -89,6 +89,9 @@ spec:
     replicas: {{ .Values.replicaCount }}
     config:
       ssl.hostnameVerification: false
+      {{- if (include "common.onServiceMesh" .) }}
+      sslQuorum: false
+      {{- end }}
     storage:
       type: persistent-claim
       size: {{ .Values.persistenceZk.size }}