mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
deploy: add setmetadata=true in the templates
setmetadata on the volume by default, otherwise e2e will fail Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
caf4090657
commit
dc738b96b4
@ -210,6 +210,9 @@ provisioner:
|
||||
pullPolicy: IfNotPresent
|
||||
resources: {}
|
||||
|
||||
# set metadata on volume
|
||||
setmetadata: true
|
||||
|
||||
attacher:
|
||||
name: attacher
|
||||
enabled: true
|
||||
|
Reference in New Issue
Block a user