rawfile-localpv/.ci
Mehran Kholdi 77862b85e2 Support custom fsTypes
Test Plan:
- Deploy using `feature-fstype` image tag
- Create the following storage class:
```
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
  name: btrfs-sc
parameters:
  fsType: btrfs
provisioner: rawfile.hamravesh.com
reclaimPolicy: Delete
volumeBindingMode: WaitForFirstConsumer
allowVolumeExpansion: true
```
- Create and use a pvc backed by the new storage class
- Exec into the pod and verify that the mounted volume is a `btrfs` filesystem indeed

Reviewers: h.marvi, sina_rad, mhyousefi, bghadiri

Reviewed By: h.marvi, mhyousefi, bghadiri

Differential Revision: https://phab.hamravesh.ir/D833
2020-07-18 09:46:05 +04:30
..
e2e-test Support custom fsTypes 2020-07-18 09:46:05 +04:30
build.sh Setup CI: Build, run e2e tests, and push images to docker hub 2020-07-11 23:14:13 +04:30
common [skip-e2e] Use slugified branch name as docker image tag 2020-07-13 21:18:09 +04:30
publish.sh [skip-e2e] Use slugified branch name as docker image tag 2020-07-13 21:18:09 +04:30