Skip to content
This repository was archived by the owner on Jun 18, 2022. It is now read-only.

Commit 8f5ce89

Browse files
Daishan PengDenise
Daishan Peng
authored and
Denise
committed
add secrets-bridge-v2 to flex-vol
1 parent 50c0602 commit 8f5ce89

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

core/storage/volume.go

+5-4
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,11 @@ type Capability struct {
5555
}
5656

5757
var rancherDrivers = map[string]bool{
58-
"rancher-ebs": true,
59-
"rancher-nfs": true,
60-
"rancher-efs": true,
61-
"rancher-secrets": true,
58+
"rancher-ebs": true,
59+
"rancher-nfs": true,
60+
"rancher-efs": true,
61+
"rancher-secrets": true,
62+
"secrets-bridge-v2": true,
6263
}
6364

6465
func VolumeActivateDocker(volume model.Volume, storagePool model.StoragePool, progress *progress.Progress, client *engineCli.Client) error {

0 commit comments

Comments
 (0)