Skip to content

Commit

Permalink
Fix cron string
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanvuong2021 committed Jan 25, 2024
1 parent 372c80f commit 788443f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/k8s/reporting_v2.cue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package k8s
_verboseGrpcServerLogging: bool | *false
_verboseGrpcClientLogging: bool | *false

_reportSchedulingCronSchedule: *"30 6 * * *" // Daily at 6:30 AM
_reportSchedulingCronSchedule: "30 6 * * *" // Daily at 6:30 AM

_postgresConfig: #PostgresConfig

Expand Down

0 comments on commit 788443f

Please sign in to comment.