diff --git a/tests/templates/kuttl/cluster-operation/10-install-zk.yaml.j2 b/tests/templates/kuttl/cluster-operation/10-install-zk.yaml.j2 index 6b462fa4..1795299b 100644 --- a/tests/templates/kuttl/cluster-operation/10-install-zk.yaml.j2 +++ b/tests/templates/kuttl/cluster-operation/10-install-zk.yaml.j2 @@ -13,6 +13,7 @@ spec: {% endif %} servers: config: + gracefulShutdownTimeout: 1m logging: enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }} roleGroups: diff --git a/tests/templates/kuttl/cluster-operation/20-install-kafka.yaml.j2 b/tests/templates/kuttl/cluster-operation/20-install-kafka.yaml.j2 index 6d391b65..23d3456e 100644 --- a/tests/templates/kuttl/cluster-operation/20-install-kafka.yaml.j2 +++ b/tests/templates/kuttl/cluster-operation/20-install-kafka.yaml.j2 @@ -23,6 +23,7 @@ spec: zookeeperConfigMapName: test-zk brokers: config: + gracefulShutdownTimeout: 1m logging: enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }} roleGroups: diff --git a/tests/templates/kuttl/cluster-operation/30-stop-kafka.yaml.j2 b/tests/templates/kuttl/cluster-operation/30-stop-kafka.yaml.j2 index 08f1661a..c6c53b3d 100644 --- a/tests/templates/kuttl/cluster-operation/30-stop-kafka.yaml.j2 +++ b/tests/templates/kuttl/cluster-operation/30-stop-kafka.yaml.j2 @@ -26,6 +26,7 @@ spec: reconciliationPaused: false brokers: config: + gracefulShutdownTimeout: 1m logging: enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }} roleGroups: diff --git a/tests/templates/kuttl/cluster-operation/40-pause-kafka.yaml.j2 b/tests/templates/kuttl/cluster-operation/40-pause-kafka.yaml.j2 index c961ca4d..020e553b 100644 --- a/tests/templates/kuttl/cluster-operation/40-pause-kafka.yaml.j2 +++ b/tests/templates/kuttl/cluster-operation/40-pause-kafka.yaml.j2 @@ -26,6 +26,7 @@ spec: reconciliationPaused: true brokers: config: + gracefulShutdownTimeout: 1m logging: enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }} roleGroups: diff --git a/tests/templates/kuttl/cluster-operation/50-restart-kafka.yaml.j2 b/tests/templates/kuttl/cluster-operation/50-restart-kafka.yaml.j2 index 81d43637..4c2bd1de 100644 --- a/tests/templates/kuttl/cluster-operation/50-restart-kafka.yaml.j2 +++ b/tests/templates/kuttl/cluster-operation/50-restart-kafka.yaml.j2 @@ -25,6 +25,7 @@ spec: reconciliationPaused: false brokers: config: + gracefulShutdownTimeout: 1m logging: enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }} roleGroups: diff --git a/tests/templates/kuttl/configuration/10-install-zk.yaml.j2 b/tests/templates/kuttl/configuration/10-install-zk.yaml.j2 index b402b25d..544ec3d7 100644 --- a/tests/templates/kuttl/configuration/10-install-zk.yaml.j2 +++ b/tests/templates/kuttl/configuration/10-install-zk.yaml.j2 @@ -17,6 +17,7 @@ spec: {% endif %} servers: config: + gracefulShutdownTimeout: 1m logging: enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }} roleGroups: diff --git a/tests/templates/kuttl/configuration/20-install-kafka.yaml.j2 b/tests/templates/kuttl/configuration/20-install-kafka.yaml.j2 index eefa7550..d0875128 100644 --- a/tests/templates/kuttl/configuration/20-install-kafka.yaml.j2 +++ b/tests/templates/kuttl/configuration/20-install-kafka.yaml.j2 @@ -23,6 +23,7 @@ spec: zookeeperConfigMapName: test-zk brokers: config: + gracefulShutdownTimeout: 1m logging: enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }} resources: diff --git a/tests/templates/kuttl/delete-rolegroup/01-install-zk.yaml.j2 b/tests/templates/kuttl/delete-rolegroup/01-install-zk.yaml.j2 index 6b462fa4..1795299b 100644 --- a/tests/templates/kuttl/delete-rolegroup/01-install-zk.yaml.j2 +++ b/tests/templates/kuttl/delete-rolegroup/01-install-zk.yaml.j2 @@ -13,6 +13,7 @@ spec: {% endif %} servers: config: + gracefulShutdownTimeout: 1m logging: enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }} roleGroups: diff --git a/tests/templates/kuttl/delete-rolegroup/02-install-kafka.yaml.j2 b/tests/templates/kuttl/delete-rolegroup/02-install-kafka.yaml.j2 index be8651b3..c7bd279a 100644 --- a/tests/templates/kuttl/delete-rolegroup/02-install-kafka.yaml.j2 +++ b/tests/templates/kuttl/delete-rolegroup/02-install-kafka.yaml.j2 @@ -23,6 +23,7 @@ spec: zookeeperConfigMapName: test-zk brokers: config: + gracefulShutdownTimeout: 1m logging: enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }} roleGroups: diff --git a/tests/templates/kuttl/delete-rolegroup/03-delete-secondary.yaml.j2 b/tests/templates/kuttl/delete-rolegroup/03-delete-secondary.yaml.j2 index 3c7824a8..11ef0a89 100644 --- a/tests/templates/kuttl/delete-rolegroup/03-delete-secondary.yaml.j2 +++ b/tests/templates/kuttl/delete-rolegroup/03-delete-secondary.yaml.j2 @@ -22,6 +22,7 @@ spec: zookeeperConfigMapName: test-zk brokers: config: + gracefulShutdownTimeout: 1m logging: enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }} roleGroups: diff --git a/tests/templates/kuttl/logging/02-install-zookeeper.yaml.j2 b/tests/templates/kuttl/logging/02-install-zookeeper.yaml.j2 index 96078f76..74dd1874 100644 --- a/tests/templates/kuttl/logging/02-install-zookeeper.yaml.j2 +++ b/tests/templates/kuttl/logging/02-install-zookeeper.yaml.j2 @@ -13,6 +13,7 @@ spec: {% endif %} servers: config: + gracefulShutdownTimeout: 1m logging: enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }} roleGroups: diff --git a/tests/templates/kuttl/logging/04-install-kafka.yaml.j2 b/tests/templates/kuttl/logging/04-install-kafka.yaml.j2 index e83fc50b..9462e552 100644 --- a/tests/templates/kuttl/logging/04-install-kafka.yaml.j2 +++ b/tests/templates/kuttl/logging/04-install-kafka.yaml.j2 @@ -38,6 +38,8 @@ spec: vectorAggregatorConfigMapName: kafka-vector-aggregator-discovery zookeeperConfigMapName: test-kafka-znode brokers: + config: + gracefulShutdownTimeout: 1m roleGroups: automatic-log-config: replicas: 1 diff --git a/tests/templates/kuttl/tls/10-install-zookeeper.yaml.j2 b/tests/templates/kuttl/tls/10-install-zookeeper.yaml.j2 index 6b462fa4..1795299b 100644 --- a/tests/templates/kuttl/tls/10-install-zookeeper.yaml.j2 +++ b/tests/templates/kuttl/tls/10-install-zookeeper.yaml.j2 @@ -13,6 +13,7 @@ spec: {% endif %} servers: config: + gracefulShutdownTimeout: 1m logging: enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }} roleGroups: diff --git a/tests/templates/kuttl/tls/20-install-kafka.yaml.j2 b/tests/templates/kuttl/tls/20-install-kafka.yaml.j2 index 54a7a49d..a8df6ccb 100644 --- a/tests/templates/kuttl/tls/20-install-kafka.yaml.j2 +++ b/tests/templates/kuttl/tls/20-install-kafka.yaml.j2 @@ -61,6 +61,7 @@ spec: zookeeperConfigMapName: test-kafka-znode brokers: config: + gracefulShutdownTimeout: 1m logging: enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }} resources: diff --git a/tests/templates/kuttl/upgrade/01-install-zk.yaml.j2 b/tests/templates/kuttl/upgrade/01-install-zk.yaml.j2 index 5ab2c212..8df5a085 100644 --- a/tests/templates/kuttl/upgrade/01-install-zk.yaml.j2 +++ b/tests/templates/kuttl/upgrade/01-install-zk.yaml.j2 @@ -13,6 +13,7 @@ spec: {% endif %} servers: config: + gracefulShutdownTimeout: 1m logging: enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }} roleGroups: diff --git a/tests/templates/kuttl/upgrade/02-install-kafka.yaml.j2 b/tests/templates/kuttl/upgrade/02-install-kafka.yaml.j2 index b7b1ec7d..727eeba7 100644 --- a/tests/templates/kuttl/upgrade/02-install-kafka.yaml.j2 +++ b/tests/templates/kuttl/upgrade/02-install-kafka.yaml.j2 @@ -56,6 +56,7 @@ spec: zookeeperConfigMapName: test-kafka-znode brokers: config: + gracefulShutdownTimeout: 1m logging: enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }} roleGroups: