diff --git a/drone/drone-runner-deployment.yaml b/drone/drone-runner-deployment.yaml index ad2c57a..2e4a6cd 100644 --- a/drone/drone-runner-deployment.yaml +++ b/drone/drone-runner-deployment.yaml @@ -32,3 +32,9 @@ spec: value: "true" - name: DRONE_NAMESPACE value: "default" + - name: DRONE_RUNNER_IMAGE_PULL_POLICY + value: "IfNotPresent" + - name: DRONE_RUNNER_IMAGE_PULL_SECRETS + value: "" + - name: DRONE_RUNNER_IMAGE_PULL_MIRRORS + value: "docker.io/drone/git:latest=registry.t-aaron.com/drone/git:latest,docker.io/drone/placeholder:1=registry.t-aaron.com/drone/placeholder:1"