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 449420b commit 2502d66Copy full SHA for 2502d66
1 file changed
extra/crds.yaml
@@ -1218,11 +1218,9 @@ spec:
1218
- Which cert the brokers should use to authenticate themselves against other brokers
1219
- Which ca.crt to use when validating the other brokers
1220
1221
- Defaults to `tls`
1222
- Set to `null` to disable internal TLS (resulting in a plaintext cluster).
+ Defaults to `tls`. Internal (inter-broker) TLS is mandatory, so this is always set.
1223
maxLength: 253
1224
minLength: 1
1225
- nullable: true
1226
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
1227
type: string
1228
serverSecretClass:
0 commit comments