GoogleCloudPlatform / continuous-deployment-on-kubernetes

Get up and running with Jenkins on Google Kubernetes Engine
Apache License 2.0
1.6k stars 890 forks source link

remove partition: 1 and add security context #142

Open ceocoder opened 5 years ago

ceocoder commented 5 years ago

use more recent version of Jenkins image - 2.162 remove partition: 1 from volumes that causes pod to unable to attach volume per https://github.com/kubernetes/kubernetes/issues/37253#issuecomment-264025021 add security context as newer images of jenkins use jenkins (uid=1000) as user