Skip to content

Commit

Permalink
added time zone to cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
ca7alindev committed Sep 24, 2024
1 parent 40b7474 commit d639147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fn.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ func (f *Function) RunFunction(_ context.Context, req *fnv1beta1.RunFunctionRequ
},
"spec": map[string]interface{}{
"schedule": schedule,
"timeZone": "Europe/Chisinau",
"jobTemplate": map[string]interface{}{
"spec": map[string]interface{}{
"template": map[string]interface{}{
Expand Down

0 comments on commit d639147

Please sign in to comment.