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 57f31e7 commit c392406Copy full SHA for c392406
tests/templates/kuttl/kerberos/20-install-kafka.yaml.j2
@@ -51,6 +51,7 @@ commands:
51
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
52
brokerListenerClass: {{ test_scenario['values']['broker-listener-class'] }}
53
bootstrapListenerClass: {{ test_scenario['values']['bootstrap-listener-class'] }}
54
+ gracefulShutdownTimeout: 30s # speed up tests
55
roleGroups:
56
default:
57
replicas: 3
0 commit comments