Skip to content

Commit

Permalink
fixup! [WIP] e2e: add tests for RBD VolumeGroupSnapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpanic committed Sep 26, 2024
1 parent 72dc0dc commit 0ca9915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/volumegroupsnapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func (rvgs *rbdVolumeGroupSnapshot) GetVolumeGroupSnapshotClass() (*groupsnapapi
return nil, fmt.Errorf("failed to unmarshal VolumeGroupSnapshotClass: %w", err)
}

vgsc.Parameters["csi.storage.k8s.io/group-snapshotter-secret-namespace"] = rbdCSINamespace
vgsc.Parameters["csi.storage.k8s.io/group-snapshotter-secret-namespace"] = cephCSINamespace
vgsc.Parameters["csi.storage.k8s.io/group-snapshotter-secret-name"] = rbdProvisionerSecretName
vgsc.Parameters["pool"] = defaultRBDPool

Expand Down

0 comments on commit 0ca9915

Please sign in to comment.