Fix wpcron command and args

cherry-pick-9c6aec87
Michael Haehnel 3 years ago
parent f73ec5d335
commit c1ec1c68ff
No known key found for this signature in database
GPG Key ID: D2FA233B52AEC75C

@ -17,9 +17,9 @@ spec:
- name: wp-cron - name: wp-cron
image: rancher/curlimages-curl:7.73.0 image: rancher/curlimages-curl:7.73.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: args:
- wget - -s
- -q - -o
- -O /tmp/wp-cron.php - /dev/null
- https://{{ index .Values "smardigo-wordpress" "wordpress" "ingress" "hostname" }}/wp-cron.php - https://{{ index .Values "smardigo-wordpress" "wordpress" "ingress" "hostname" }}/wp-cron.php
restartPolicy: OnFailure restartPolicy: OnFailure

Loading…
Cancel
Save