You've already forked DataMate
@@ -0,0 +1,15 @@
|
||||
# Test values file for generating hidden section of the yaml
|
||||
# and check that the rendering is correct
|
||||
replicaCount: 3
|
||||
auth:
|
||||
externalClientProtocol: tls
|
||||
tls:
|
||||
type: jks
|
||||
existingSecrets:
|
||||
- kafka-secret-0
|
||||
- kafka-secret-1
|
||||
- kafka-secret-2
|
||||
externalAccess:
|
||||
enabled: true
|
||||
autoDiscovery:
|
||||
enabled: true
|
||||
@@ -0,0 +1,11 @@
|
||||
# Test values file for generating hidden section of the yaml
|
||||
# and check that the rendering is correct
|
||||
replicaCount: 3
|
||||
metrics:
|
||||
kafka:
|
||||
enabled: true
|
||||
jmx:
|
||||
enabled: true
|
||||
serviceMonitor:
|
||||
enabled: true
|
||||
namespace: monitoring
|
||||
@@ -0,0 +1,27 @@
|
||||
# Test values file for generating hidden section of the yaml
|
||||
# and check that the rendering is correct
|
||||
replicaCount: 3
|
||||
auth:
|
||||
clientProtocol: sasl
|
||||
interBrokerProtocol: sasl
|
||||
sasl:
|
||||
mechanisms: plain,scram-sha-256,scram-sha-512
|
||||
interBrokerMechanism: plain
|
||||
jaas:
|
||||
clientUsers:
|
||||
- user1
|
||||
- user2
|
||||
clientPasswords:
|
||||
- password1
|
||||
- password2
|
||||
interBrokerUser: admin
|
||||
interBrokerPassword: adminpassword
|
||||
zookeeperUser: zoouser
|
||||
zookeeperPassword: zoopassword
|
||||
zookeeper:
|
||||
auth:
|
||||
enabled: true
|
||||
clientUser: zoouser
|
||||
clientPassword: zoopassword
|
||||
serverUsers: zoouser
|
||||
serverPasswords: zoopassword
|
||||
@@ -0,0 +1,12 @@
|
||||
# Test values file for generating hidden section of the yaml
|
||||
# and check that the rendering is correct
|
||||
replicaCount: 3
|
||||
auth:
|
||||
clientProtocol: tls
|
||||
interBrokerProtocol: mtls
|
||||
tls:
|
||||
type: jks
|
||||
existingSecrets:
|
||||
- kafka-secret-0
|
||||
- kafka-secret-1
|
||||
- kafka-secret-2
|
||||
@@ -0,0 +1,9 @@
|
||||
# Test values file for generating hidden section of the yaml
|
||||
# and check that the rendering is correct
|
||||
replicaCount: 3
|
||||
auth:
|
||||
clientProtocol: tls
|
||||
interBrokerProtocol: mtls
|
||||
tls:
|
||||
type: pem
|
||||
autoGenerated: true
|
||||
Reference in New Issue
Block a user