[stable/jenkins] Added persistent volume claim annotations (#2619)

* [stable/jenkins] Added persistent volume claim annotations

* [stable/jenkins] Fix YAML linting issue
This commit is contained in:
Marc Villacorta
2017-11-17 22:30:29 +01:00
committed by Reinhard Nägele
parent 4e95425ced
commit ac9e5306e2
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -2,6 +2,10 @@
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
{{- if .Values.Persistence.Annotations }}
annotations:
{{ toYaml .Values.Persistence.Annotations | indent 4 }}
{{- end }}
name: {{ template "jenkins.fullname" . }}
labels:
app: {{ template "jenkins.fullname" . }}
+1
View File
@@ -111,6 +111,7 @@ Persistence:
##
# StorageClass: "-"
Annotations: {}
AccessMode: ReadWriteOnce
Size: 8Gi
volumes: