mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
@@ -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}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user