Skip to content

Commit 6982ad0

Browse files
NickLarsenNZadwk67
andcommitted
test(logging): Scale down the custom-log-config RoleGroup
Co-authored-by: Andrew Kenworthy <andrew.kenworthy@stackable.de>
1 parent 810b1d1 commit 6982ad0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/templates/kuttl/logging/90-shutdown-kafka.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ apiVersion: kuttl.dev/v1beta1
66
kind: TestStep
77
commands:
88
- script: |
9-
kubectl patch kafkacluster test-kafka -n $NAMESPACE --type merge -p '{"spec":{"brokers":{"roleGroups":{"automatic-log-config":{"replicas":0}}}}}'
9+
kubectl patch kafkacluster test-kafka -n $NAMESPACE --type merge -p '{"spec":{"brokers":{"roleGroups":{"automatic-log-config":{"replicas":0}, "custom-log-config":{"replicas":0}}}}}'
1010
- script: |
1111
kubectl wait --for=delete pod -l app.kubernetes.io/instance=test-kafka -n $NAMESPACE --timeout=300s

0 commit comments

Comments
 (0)