Skip to content

Commit

Permalink
relax ssl verification (#7501)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeam authored Dec 12, 2023
1 parent da0748e commit eb065d8
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,9 @@ spec:
storage:
type: ephemeral
replicas: 3
jvmOptions:
javaSystemProperties:
- name: zookeeper.ssl.hostnameVerification
value: "false"
- name: zookeeper.ssl.quorum.hostnameVerification
value: "false"

0 comments on commit eb065d8

Please sign in to comment.