MetaCell / cloud-harness

Other
14 stars 5 forks source link

Choose storage class and write mode for auto volumes #597

Closed filippomc closed 1 year ago

filippomc commented 1 year ago

This connects to the possibility to use ManyToMany writing and provisioning

Auto deployment

Now:

volume:
   name: myFirstVolume
   mountpath: /usr/src/app/myvolume
   auto: true
   size: 5Gi

Then:

volume:
   name: myFirstVolume
   mountpath: /usr/src/app/myvolume
   auto: true
   size: 5Gi
   storageclass: mystorageclass
   mode: ManyToMany
filippomc commented 1 year ago

Implemented a simplified version on #598 which is good enough for now.