Skip to content

Commit

Permalink
fix: data typo (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsukhin authored Jun 3, 2024
1 parent c5cda10 commit d47d864
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func (r *TestWorkflowReconciler) Reconcile(ctx context.Context, req ctrl.Request
ResourceURI: cronjob.TestWorkflowResourceURI,
Labels: newCronJobConfig.Labels,
Annotations: newCronJobConfig.Annotations,
Data: "[]",
Data: "{}",
}

if err = r.CronJobClient.Create(ctx, testWorkflow.Name,
Expand Down

0 comments on commit d47d864

Please sign in to comment.