15 lines
287 B
YAML
15 lines
287 B
YAML
|
---
|
||
|
dependencies:
|
||
|
- role: kubernetes-apps/snapshots/snapshot-controller
|
||
|
when:
|
||
|
- cinder_csi_enabled
|
||
|
tags:
|
||
|
- snapshot-controller
|
||
|
|
||
|
- role: kubernetes-apps/snapshots/cinder-csi
|
||
|
when:
|
||
|
- cinder_csi_enabled
|
||
|
tags:
|
||
|
- snapshot
|
||
|
- cinder-csi-driver
|