add randomness to kubernaut CronJob

This commit is contained in:
2025-06-29 16:54:11 -05:00
parent ece9c82bc6
commit eafc0b7b91

View File

@@ -15,5 +15,5 @@ spec:
command:
- /bin/sh
- -c
- echo "=^.^= <(meow)"
- (($RANDOM % 2)) && SAY="meow" || SAY="purr"; echo "=^.^= <(${SAY});"
restartPolicy: OnFailure