summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorMayra Cabrera <mcabrera@gitlab.com>2018-03-06 08:26:50 +0000
committerKamil TrzciƄski <ayufan@ayufan.eu>2018-03-06 08:26:50 +0000
commit7237ed59ac90148945efebf9624949c80c1298a4 (patch)
treef90e1dc83cb22117aa50bef46664c17d69edfa5c /vendor
parent2e87923dcb1cf7984690f5b5fdfc61bddfba923e (diff)
downloadgitlab-ce-7237ed59ac90148945efebf9624949c80c1298a4.tar.gz
Resolve "Enable privileged mode for Runner installed on Kubernetes"
Diffstat (limited to 'vendor')
-rw-r--r--vendor/runner/values.yaml2
1 files changed, 0 insertions, 2 deletions
diff --git a/vendor/runner/values.yaml b/vendor/runner/values.yaml
index b7e2e24acaf..e5f95152ac7 100644
--- a/vendor/runner/values.yaml
+++ b/vendor/runner/values.yaml
@@ -15,10 +15,8 @@ rbac:
clusterWideAccess: false
## Configuration for the Pods that that the runner launches for each new job
-##
runners:
image: ubuntu:16.04
- privileged: false
builds: {}
services: {}
helpers: {}