Update persistence toggle to meet ICp requirements
This commit is contained in:
@@ -24,6 +24,8 @@ image:
|
||||
# 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"
|
||||
|
||||
Reference in New Issue
Block a user