Files
kubernetes-course/helm/jenkins
2019-08-20 16:12:07 +02:00
..
2018-08-03 13:36:02 +00:00
2018-08-03 14:03:59 +00:00
2019-08-20 16:12:07 +02:00
2018-08-03 14:03:59 +00:00

install jenkins

kubectl create -f serviceaccount.yaml
helm install --name jenkins --set rbac.create=true,master.runAsUser=1000,master.fsGroup=1000 stable/jenkins