etcd-operator
etcd-operator copied to clipboard
Option to set emptyDir.medium to "Memory"
For testing purposes I'd like to be able to specify to use
emptyDir:
medium: "Memory"
When leaving out the PVC from pod
it's using an emptyDir already. Can we add the option to use that from Memory?
I made a PR for this.
We would also be happy to have this fix. Thanks