diff --git a/services/health/wger-admin-ensure-cronjob.yaml b/services/health/wger-admin-ensure-cronjob.yaml index aba0fc4..fc18283 100644 --- a/services/health/wger-admin-ensure-cronjob.yaml +++ b/services/health/wger-admin-ensure-cronjob.yaml @@ -90,7 +90,7 @@ spec: - | set -eu . /vault/secrets/wger-env - exec python /scripts/wger_user_sync.py + exec python3 /scripts/wger_user_sync.py env: - name: SITE_URL value: https://health.bstein.dev diff --git a/services/health/wger-user-sync-cronjob.yaml b/services/health/wger-user-sync-cronjob.yaml index 8c846e2..1645256 100644 --- a/services/health/wger-user-sync-cronjob.yaml +++ b/services/health/wger-user-sync-cronjob.yaml @@ -77,7 +77,7 @@ spec: - | set -eu . /vault/secrets/wger-env - exec python /scripts/wger_user_sync.py + exec python3 /scripts/wger_user_sync.py env: - name: SITE_URL value: https://health.bstein.dev