mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
jenkins: fix storageclass config typo (#548)
* jenkins: fix storageclass config typo * version bump
This commit is contained in:
committed by
Michael Goodness
parent
434a90c1f1
commit
6fc0ff2427
@@ -1,6 +1,6 @@
|
||||
name: jenkins
|
||||
home: https://jenkins.io/
|
||||
version: 0.1.10
|
||||
version: 0.1.12
|
||||
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 projects as well as arbitrary scripts.
|
||||
sources:
|
||||
- https://github.com/jenkinsci/jenkins
|
||||
|
||||
@@ -46,9 +46,9 @@ Agent:
|
||||
|
||||
Persistence:
|
||||
Enabled: true
|
||||
## If defined, volume.beta.kubernetes.io/storage-class: <storageClass>
|
||||
## If defined, volume.beta.kubernetes.io/storage-class: <StorageClass>
|
||||
## Default: volume.alpha.kubernetes.io/storage-class: default
|
||||
##
|
||||
# storageClass:
|
||||
# StorageClass:
|
||||
AccessMode: ReadWriteOnce
|
||||
Size: 8Gi
|
||||
|
||||
Reference in New Issue
Block a user