Enduro
Enduro copied to clipboard
Enduro on Kubernetes: Can't Save Changes to CMS
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.)
attempted to set the securityContext of the volume to fsGroup: 1000, and that didn't work.