Skip to content

Commit

Permalink
Renamed wp-cron container
Browse files Browse the repository at this point in the history
  • Loading branch information
calind committed Mar 5, 2020
1 parent cd4084a commit 64cded9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/wordpress/internal/sync/cron.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func NewWPCronSyncer(wp *wordpress.Wordpress, c client.Client, scheme *runtime.S
template.ObjectMeta.Labels = wp.JobPodLabels()
template.Spec.Containers = []corev1.Container{
{
Name: "curl",
Name: "wp-cron-trigger",
Image: curlImage,
Args: cmd,
},
Expand Down

0 comments on commit 64cded9

Please sign in to comment.