Update jenkins.yaml

This commit is contained in:
Jakub Al-Khalili 2020-04-22 13:24:19 +02:00 committed by GitHub
parent 185f0533e4
commit 6a6fc7a094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}