Update jenkins.yaml
This commit is contained in:
parent
185f0533e4
commit
6a6fc7a094
|
|
@ -66,7 +66,7 @@ spec:
|
|||
{{- end }}
|
||||
disableCSRFProtection: {{ .Values.jenkins.disableCSRFProtection }}
|
||||
containers:
|
||||
- name: {{ .Values.jenkins.name }}-master
|
||||
- name: jenkins-master
|
||||
image: {{ .Values.jenkins.image }}
|
||||
imagePullPolicy: {{ .Values.jenkins.imagePullPolicy }}
|
||||
{{- with .Values.jenkins.imagePullSecrets }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue