Skip to content

Commit

Permalink
fix: use right label method
Browse files Browse the repository at this point in the history
Label function has been changed with c472474
  • Loading branch information
ChrisKujawa committed Aug 3, 2022
1 parent 9d73acc commit b9f0d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chaos-workers/chaos-experiments/scripts/apply_net_admin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ CLUSTERID=${namespace%-zeebe}

kubectl patch zb "$CLUSTERID" --type merge --patch='{"spec":{"controller":{"reconcileDisabled":true}}}'
kubectl patch statefulset zeebe -n "$namespace" --patch "$(cat "$scriptPath/net_admin_patch.yaml")"
kubectl delete pod -l "$(getLabel)"
kubectl delete pod -l "$(getBrokerLabels)"

0 comments on commit b9f0d6a

Please sign in to comment.