Disable volume topology constraints by default (#280)
This commit is contained in:
parent
82846b484a
commit
88712c4029
@ -10,6 +10,7 @@ metadata:
|
||||
stringData:
|
||||
# By default, we disable the storage class deployed by the cinder-csi chart
|
||||
# We deploy our own instead as it gives us more control over the parameters
|
||||
# We also disable the topology-aware scheduling by default
|
||||
defaults: |
|
||||
csi:
|
||||
plugin:
|
||||
@ -24,6 +25,8 @@ stringData:
|
||||
- name: cloud-config
|
||||
mountPath: /etc/kubernetes
|
||||
readOnly: true
|
||||
provisioner:
|
||||
topology: "false"
|
||||
secret:
|
||||
enabled: true
|
||||
create: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user