Gottwik / Enduro

Minimalistic, lean & mean, node.js cms
http://www.endurojs.com/
MIT License
690 stars 120 forks source link

Enduro on Kubernetes: Can't Save Changes to CMS #292

Open RyanCwynar opened 6 years ago

RyanCwynar commented 6 years ago

So I have an enduro instance deployed to Kubernetes, with a persistent storage volume attached to the /cms folder, but the admin panel doesn't seem to be able to save changes to the content files.

I'm not just static deploying it because I make use of the Express server quite a bit.

(I understand this is a somewhat non-standard issue, but I figured this would be a great place to find people actually using this repo who might have some insight into whatever underlying permissions issues might be afflicting me.)

RyanCwynar commented 6 years ago

attempted to set the securityContext of the volume to fsGroup: 1000, and that didn't work.