Commit 9dde87f
committed
Add warning about ConfigMap naming constraint for trustedClientCaCert
The broker operator uses the trustedClientCaCert ConfigMap name as a
Kubernetes volume name. Volume names must follow RFC 1123 label rules
(no dots). If the name contains dots, reconciliation fails silently
and listeners don't provision. Add an IMPORTANT callout to the X.509
authentication docs.1 parent 8c0c726 commit 9dde87f
1 file changed
Lines changed: 4 additions & 1 deletion
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
458 | 458 | | |
459 | 459 | | |
460 | 460 | | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
461 | 464 | | |
462 | 465 | | |
463 | 466 | | |
| |||
0 commit comments