Skip to content

Commit 1438d34

Browse files
authored
ci: delete camunda sts before the upgrade (#3972)
1 parent f587663 commit 1438d34

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Delete the StatefulSet of Camunda Orchestration cluster as the "matchLabels" changed
2+
# after the rename from "core" to "orchestration".
3+
kubectl delete sts -n "${TEST_NAMESPACE}" -l app.kubernetes.io/component=core --ignore-not-found
4+
# Adding "orchestration" also, as this will change again before the final release, to avoid the need to delete the StatefulSet.
5+
# It will be again "zeebe-broker" as the 8.7 release.
6+
kubectl delete sts -n "${TEST_NAMESPACE}" -l app.kubernetes.io/component=orchestration --ignore-not-found

0 commit comments

Comments
 (0)