Skip to content

Commit

Permalink
add exit code on rotation script
Browse files Browse the repository at this point in the history
  • Loading branch information
afaranha committed Nov 27, 2024
1 parent 243be52 commit feb4d47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/kuttl/common/scripts/rotate_token.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ for i in {1..6}; do
oc patch secret keystone -n $NAMESPACE --type=merge -p '{"metadata":{"annotations":{"keystone.openstack.org/rotatedat":"2009-11-10T23:00:00Z"}}}'

done

exit 0

0 comments on commit feb4d47

Please sign in to comment.