mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fix master.runAsUser, master.fsGroup examples (#13389)
* fix master.runAsUser, master.fsGroup examples Signed-off-by: Steven Hargrove <steven.hargrove@weather.com> * patch bump version Signed-off-by: Steven Hargrove <steven.hargrove@weather.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
d1cd610592
commit
2d7e5bf724
@@ -1,6 +1,6 @@
|
||||
name: jenkins
|
||||
home: https://jenkins.io/
|
||||
version: 1.1.10
|
||||
version: 1.1.11
|
||||
appVersion: lts
|
||||
description: Open source continuous integration server. It supports multiple SCM tools
|
||||
including CVS, Subversion and Git. It can execute Apache Ant and Apache Maven-based
|
||||
|
||||
@@ -373,10 +373,9 @@ Fortunately the default jenkins docker image `jenkins/jenkins` contains a user `
|
||||
Simply use the following settings to run Jenkins as `jenkins` user with uid `1000`.
|
||||
|
||||
```yaml
|
||||
jenkins:
|
||||
master:
|
||||
runAsUser: 1000
|
||||
fsGroup: 1000
|
||||
master:
|
||||
runAsUser: 1000
|
||||
fsGroup: 1000
|
||||
```
|
||||
|
||||
## Providing jobs xml
|
||||
|
||||
Reference in New Issue
Block a user