Bmailhe jenkins (#21723)

* fix(jenkins): fix indentation for subPath

Signed-off-by: bmailhe <bmailhe@leadformance.com>

* bump version

Signed-off-by: bmailhe <bmailhe@leadformance.com>
This commit is contained in:
Bmailhe
2020-04-02 09:14:24 -07:00
committed by GitHub
parent c20c5ae301
commit 44fa1cdf53
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: jenkins
home: https://jenkins.io/
version: 1.10.1
version: 1.10.2
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
@@ -331,7 +331,7 @@ spec:
- name: jenkins-home
mountPath: {{ .Values.master.jenkinsHome }}
{{- if .Values.persistence.subPath }}
subPath: {{ .Values.persistence.subPath }}
subPath: {{ .Values.persistence.subPath }}
{{- end }}
{{- end}}