diff --git a/infra/kubernetes/platform/gitea-runner/deployment.yaml b/infra/kubernetes/platform/gitea-runner/deployment.yaml index d77037c..9633abc 100644 --- a/infra/kubernetes/platform/gitea-runner/deployment.yaml +++ b/infra/kubernetes/platform/gitea-runner/deployment.yaml @@ -18,8 +18,9 @@ spec: containers: - name: runner image: gitea/act_runner:latest - command: ["act_runner", "daemon", "--config", "/config/config.yaml"] env: + - name: CONFIG_FILE + value: /config/config.yaml - name: GITEA_INSTANCE_URL value: http://gitea-helm-http.platform.svc:3000 - name: GITEA_RUNNER_REGISTRATION_TOKEN