mirror of
https://github.com/helm/charts.git
synced 2026-08-23 06:17:18 +00:00
[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:
committed by
Reinhard Nägele
parent
4e95425ced
commit
ac9e5306e2
@@ -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" . }}
|
||||
|
||||
@@ -111,6 +111,7 @@ Persistence:
|
||||
##
|
||||
# StorageClass: "-"
|
||||
|
||||
Annotations: {}
|
||||
AccessMode: ReadWriteOnce
|
||||
Size: 8Gi
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user