Skip to content

Commit ba184c7

Browse files
committed
Fix schedule expression
1 parent 2cd4329 commit ba184c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.nais/test/klass-index-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
team: dapla-metadata
88
shared-db: "true"
99
spec:
10-
schedule: "0 30 23 * * *" # Run once per day at 23:30
10+
schedule: "30 23 * * *" # Run once per day at 23:30
1111
concurrencyPolicy: Forbid
1212
restartPolicy: Never
1313
failedJobsHistoryLimit: 3

0 commit comments

Comments
 (0)