db470f8529
* CSI: update CSI snapshot CRDs * CSI: update snapshot controller tag version with kubernetes specific versions * CSI: allow enabling csi_snapshot_controller independent of Cinder CSI * CSI: Align csi-snapshot-controller with upstream and use a Deployment instead of a StatefulSet
14 lines
322 B
YAML
14 lines
322 B
YAML
---
|
|
dependencies:
|
|
- role: kubernetes-apps/snapshots/snapshot-controller
|
|
when:
|
|
- cinder_csi_enabled or csi_snapshot_controller_enabled
|
|
tags:
|
|
- snapshot-controller
|
|
|
|
- role: kubernetes-apps/snapshots/cinder-csi
|
|
when:
|
|
- cinder_csi_enabled
|
|
tags:
|
|
- snapshot
|
|
- cinder-csi-driver
|