Skip to content

Commit

Permalink
run kubeflow-m2m-oidc-configurator every 5 minutes, set ttl to 10m
Browse files Browse the repository at this point in the history
  • Loading branch information
kromanow94 committed Jun 12, 2024
1 parent 90a4105 commit 197f199
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ metadata:
name: kubeflow-m2m-oidc-configurator
namespace: istio-system
spec:
schedule: '* * * * *'
schedule: '*/5 * * * *'
concurrencyPolicy: Forbid
jobTemplate:
spec:
ttlSecondsAfterFinished: 60
ttlSecondsAfterFinished: 600
template:
metadata:
labels: {}
Expand Down

0 comments on commit 197f199

Please sign in to comment.