diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index 5c1a93132e4726e85a2734886481128fab971b08..4f04d3678a50a664a0b8da511832ba6e08e67194 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -259,8 +259,8 @@ spec: # Fetcher Container - name: {{ .Chart.Name }}-fetcher image: {{ template "imagename" . }} - command: ["su"] - args: ["-s", "/bin/sh", "-c", "php artisan requests:fetcher", "www-data"] + command: ["/bin/sh"] + args: ["-c", "php artisan requests:fetcher"] volumeMounts: - name: secrets mountPath: /html/.env