Skip to content

Commit 932431c

Browse files
committed
test(delete-role): Add note about not scaling down the already deleted RoleGroup
1 parent 6982ad0 commit 932431c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/templates/kuttl/delete-rolegroup/90-shutdown-kafka.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
apiVersion: kuttl.dev/v1beta1
66
kind: TestStep
77
commands:
8+
# Note: By the time this script runs, the secondary RoleGroup has already been deleted, therefore we don't scale it down.
89
- script: |
910
kubectl patch kafkacluster test-kafka -n $NAMESPACE --type merge -p '{"spec":{"brokers":{"roleGroups":{"default":{"replicas":0}}}}}'
1011
- script: |

0 commit comments

Comments
 (0)