Skip to content

Commit

Permalink
Merge pull request #103 from openshift/makeitwork
Browse files Browse the repository at this point in the history
test/e2e/manifest: hardcode StorageClass
  • Loading branch information
openshift-merge-robot committed Jun 16, 2021
2 parents 52242f3 + 56eeb65 commit e8b2c2a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/e2e/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Test manifest for https://github.com/kubernetes/kubernetes/tree/master/test/e2e/storage/external
ShortName: manila
StorageClass:
FromName: true
# The Storage Class is generated by the Manila CSI Operator, based on available
# share types that have been created in Manila. For CI purpose, we assume
# that a "default" share type exists and will be used for the StorageClass.
# If you run this manifest against an OpenStack cloud where there is no "default" share type,
# you'll need to change the value.
FromExistingClassName: csi-manila-default
SnapshotClass:
FromName: true
DriverInfo:
Expand Down

0 comments on commit e8b2c2a

Please sign in to comment.