From f73ec5d33582ad0c7504639197369b26bc25337e Mon Sep 17 00:00:00 2001 From: Michael Haehnel Date: Mon, 23 Jan 2023 17:57:01 +0100 Subject: [PATCH] Bugfix wpcron --- templates/cronjob_wordpress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cronjob_wordpress.yaml b/templates/cronjob_wordpress.yaml index 68e4c2b..a66c6f8 100644 --- a/templates/cronjob_wordpress.yaml +++ b/templates/cronjob_wordpress.yaml @@ -18,7 +18,7 @@ spec: image: rancher/curlimages-curl:7.73.0 imagePullPolicy: IfNotPresent command: - - /usr/bin/wget + - wget - -q - -O /tmp/wp-cron.php - https://{{ index .Values "smardigo-wordpress" "wordpress" "ingress" "hostname" }}/wp-cron.php