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