Merge pull request #340 from jakalkhalili/patch-1

Update jenkins.yaml
This commit is contained in:
Tomasz Sęk 2020-04-22 13:29:03 +02:00 committed by GitHub
commit a6c2005e47
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 }}