metal3d / katenary

Convert docker and podamn compose to a configurable helm chart
MIT License
154 stars 11 forks source link

Manage not mapped volumes #5

Closed metal3d closed 2 years ago

metal3d commented 2 years ago

Some docker-compose can declare volumes with no mount path:

volumes:
   - ./data

We can ignore theses volumes as they are only made for Docker