redis / docs

Documentation for Redis, Redis Cloud, and Redis Enterprise
https://redis.io/docs/latest/
Other
23 stars 116 forks source link

Install Redis Insight on Kubernetes with persistant storage geting permissions denied #176

Closed ongtungduong closed 5 months ago

ongtungduong commented 5 months ago

Install Redis Insight on K8S

      initContainers:
        - name: init
          image: busybox
          command:
            - /bin/sh
            - '-c'
            - |
              chown -R 1001 /data  

chown command has wrong UID to give permissions to access the volume provided. It must be 1000 refer to Install Redis Insight on Docker

mich-elle-luna commented 5 months ago

Thank you for this report, much appreciated.

dwdougherty commented 5 months ago

Hey @ViktarStarastsenka ... please take a look and let me know if I can proceed with a fix.

ViktarStarastsenka commented 5 months ago

@dwdougherty , yes please