From cf45349565112852b96b9446f5cfc2d1331980b2 Mon Sep 17 00:00:00 2001 From: Michael Haehnel Date: Mon, 23 Jan 2023 16:28:37 +0100 Subject: [PATCH] Debug cron --- templates/cronjob_wordpress.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/cronjob_wordpress.yaml b/templates/cronjob_wordpress.yaml index 79de805..dde81ab 100644 --- a/templates/cronjob_wordpress.yaml +++ b/templates/cronjob_wordpress.yaml @@ -18,8 +18,6 @@ spec: image: busybox:1.28 imagePullPolicy: IfNotPresent command: - - /bin/wget - - --no-check-certificate - - -q - - https://{{ index .Values "smardigo-wordpress" "wordpress" "ingress" "hostname" }}/wp-admin.php + - /bin/sleep + - "3600" restartPolicy: OnFailure