forked from LaconicNetwork/kompose
if volumes in docker file is defined as
volumes:
- .:/code
Then the PVC created by kompose will containes .(dot) in it.
.-persistentvolumeclaim.yaml
|
||
|---|---|---|
| .. | ||
| test | ||
| test_in_container | ||
| test_in_openshift | ||
| check-gofmt.sh | ||
| check-vendor.sh | ||
| deploy_key.enc | ||
| release.sh | ||
| sync-docs.sh | ||