diff options
author | Mayra Cabrera <mcabrera@gitlab.com> | 2018-03-06 08:26:50 +0000 |
---|---|---|
committer | Kamil TrzciĆski <ayufan@ayufan.eu> | 2018-03-06 08:26:50 +0000 |
commit | 7237ed59ac90148945efebf9624949c80c1298a4 (patch) | |
tree | f90e1dc83cb22117aa50bef46664c17d69edfa5c /vendor/runner | |
parent | 2e87923dcb1cf7984690f5b5fdfc61bddfba923e (diff) | |
download | gitlab-ce-7237ed59ac90148945efebf9624949c80c1298a4.tar.gz |
Resolve "Enable privileged mode for Runner installed on Kubernetes"
Diffstat (limited to 'vendor/runner')
-rw-r--r-- | vendor/runner/values.yaml | 2 |
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: {} |