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 c4e3374 commit 9d649ddCopy full SHA for 9d649dd
1 file changed
rust/operator-binary/src/crd/security.rs
@@ -319,6 +319,7 @@ impl ZookeeperSecurity {
319
.ephemeral(
320
SecretOperatorVolumeSourceBuilder::new(
321
secret_class_name,
322
+ // Both the keystore and truststore are required for server TLS.
323
SecretClassVolumeProvisionParts::PublicPrivate,
324
)
325
.with_listener_volume_scope(LISTENER_VOLUME_NAME)
@@ -344,6 +345,7 @@ impl ZookeeperSecurity {
344
345
346
347
348
+ // Both the keystore and truststore are required for quorum TLS.
349
350
351
.with_pod_scope()
0 commit comments