Update persistence toggle to meet ICp requirements

This commit is contained in:
Rob Parker
2017-09-15 16:21:22 +01:00
parent 31aade5eae
commit 528cc0e504
6 changed files with 14 additions and 12 deletions

View File

@@ -19,16 +19,16 @@ image:
repository: ibmcom/mq
# tag is the tag to use for the container repository
tag: 9
# pullSecret is the secret to use when pulling the image from a private registry
# pullSecret is the secret to use when pulling the image from a private registry
pullSecret:
# pullPolicy is either IfNotPresent or Always (https://kubernetes.io/docs/concepts/containers/images/)
pullPolicy: IfNotPresent
# data section specifies settings for the main persistent volume claim, which is used for data in /var/mqm
persistence:
enabled: true
data:
# name sets part of the name for this persistent volume claim
name: "data"
persistence:
enabled: true
## storageClassName is the name of the storage class to use, or an empty string for no storage class
storageClassName: ""
## size is the minimum size of the persistent volume
@@ -54,4 +54,4 @@ queueManager:
# appPassword sets the password of the app user
appPassword:
# nameOverride can be set to partially override the name of the resources created by this chart
nameOverride:
nameOverride: