Hello
is it possible to upgrade service while preserving its data stored in data volume container which is marked as sidekick? (using rancher-compose)
Please tell me also if you think I am using foot to scratch my ear. It kinda feels like it.
service:
# ...
volumes_from: [ 'service-data' ]
labels: { io.rancher.sidekicks: service-data }
service-data:
# ...
labels: { io.rancher.container.start_once: true }