commit
a6c2005e47
|
|
@ -66,7 +66,7 @@ spec:
|
||||||
{{- end }}
|
{{- end }}
|
||||||
disableCSRFProtection: {{ .Values.jenkins.disableCSRFProtection }}
|
disableCSRFProtection: {{ .Values.jenkins.disableCSRFProtection }}
|
||||||
containers:
|
containers:
|
||||||
- name: {{ .Values.jenkins.name }}-master
|
- name: jenkins-master
|
||||||
image: {{ .Values.jenkins.image }}
|
image: {{ .Values.jenkins.image }}
|
||||||
imagePullPolicy: {{ .Values.jenkins.imagePullPolicy }}
|
imagePullPolicy: {{ .Values.jenkins.imagePullPolicy }}
|
||||||
{{- with .Values.jenkins.imagePullSecrets }}
|
{{- with .Values.jenkins.imagePullSecrets }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue