Skip to content

Commit

Permalink
temporarily made cronjob run every minute for alert testing
Browse files Browse the repository at this point in the history
Signed-off-by: nicklesimba <[email protected]>
  • Loading branch information
nicklesimba committed Jan 19, 2023
1 parent 6a980a0 commit 76b19c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/install-cni.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ EOF
"kubernetes": {
"kubeconfig": "${WHEREABOUTS_KUBECONFIG_LITERAL}"
},
"reconciler_cron_expression": "30 4 * * *"
"reconciler_cron_expression": "* * * * *"
}
EOF

Expand Down

0 comments on commit 76b19c8

Please sign in to comment.