image: pullPolicy: IfNotPresent repository: rocker/rstudio tag: 4.4.0@sha256:a8e6d85aa3245588725aeea962979ab57aba867afbf6822e922e3001910fe705 persistence: config: enabled: true mountPath: /home/rstudio/.config/rstudio workspace: enabled: true mountPath: /home/rstudio/workspace portal: open: enabled: true securityContext: container: readOnlyRootFilesystem: false runAsGroup: 0 runAsUser: 0 service: main: ports: main: port: 8787 protocol: http targetPort: 8787 workload: main: podSpec: containers: main: env: DISABLE_AUTH: "false" GROUPID: "{{ .Values.securityContext.pod.fsGroup }}" PASSWORD: rstudio ROOT: "FALSE" USER: rstudio USERID: "{{ .Values.securityContext.container.runAsUser }}"