fix kafka
This commit is contained in:
parent
05c59ab2c9
commit
2cb6e9a29f
@ -25,6 +25,9 @@ spec:
|
|||||||
client:
|
client:
|
||||||
protocol: SASL_SSL
|
protocol: SASL_SSL
|
||||||
sasl:
|
sasl:
|
||||||
|
managedExistingSecret:
|
||||||
|
enabled: true
|
||||||
|
existingSecret: kafka-kafka-contour-user-passwords
|
||||||
enabledMechanisms: PLAIN,SCRAM-SHA-512
|
enabledMechanisms: PLAIN,SCRAM-SHA-512
|
||||||
interBrokerMechanism: PLAIN
|
interBrokerMechanism: PLAIN
|
||||||
controllerMechanism: PLAIN
|
controllerMechanism: PLAIN
|
||||||
|
|||||||
@ -8,7 +8,7 @@ spec:
|
|||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: kafka-contour
|
chart: kafka-contour
|
||||||
version: "0.1.2"
|
version: "0.1.3"
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: yc-oci-charts
|
name: yc-oci-charts
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user