csi-driver-nfs/test/external-e2e/testdriver.yaml
andyzhangx da26b07bed test: run external inline volume tests
test: enable inline volume in external e2e tests

fix inline volume tests

fix format

shared
2022-04-10 13:26:06 +00:00

20 lines
455 B
YAML

# Manifest for Kubernetes external tests.
# See https://github.com/kubernetes/kubernetes/tree/master/test/e2e/storage/external
StorageClass:
FromFile: /tmp/csi/storageclass.yaml
DriverInfo:
Name: test.csi.k8s.io
SupportedFsType: {"nfs"}
Capabilities:
persistence: true
exec: true
multipods: true
RWX: true
fsGroup: true
InlineVolumes:
- Attributes:
server: nfs-server.default.svc.cluster.local
share: /
Shared: true