add randomness to kubernaut CronJob
This commit is contained in:
@@ -15,5 +15,5 @@ spec:
|
||||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
- echo "=^.^= <(meow)"
|
||||
- (($RANDOM % 2)) && SAY="meow" || SAY="purr"; echo "=^.^= <(${SAY});"
|
||||
restartPolicy: OnFailure
|
||||
|
Reference in New Issue
Block a user