Skip to content

Commit

Permalink
Merge pull request #1 from yuvipanda/boo
Browse files Browse the repository at this point in the history
Run pre-commit
  • Loading branch information
ranchodeluxe authored Sep 14, 2023
2 parents 2eef340 + 49c1afc commit cf2cf52
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/clusters/nasa-veda/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ basehub:
image: busybox
command:
[
"sh",
"-c",
"id && chown 1000:1000 /home/jovyan && chown 1000:1000 /home/jovyan/shared && ls -lhd /home/jovyan ",
"sh",
"-c",
"id && chown 1000:1000 /home/jovyan && chown 1000:1000 /home/jovyan/shared && ls -lhd /home/jovyan ",
]
securityContext:
runAsUser: 0
Expand Down Expand Up @@ -161,9 +161,9 @@ basehub:
image: busybox
command:
[
"sh",
"-c",
"id && chown 1000:1000 /home/rstudio && ls -lhd /home/rstudio ",
"sh",
"-c",
"id && chown 1000:1000 /home/rstudio && ls -lhd /home/rstudio ",
]
securityContext:
runAsUser: 0
Expand Down

0 comments on commit cf2cf52

Please sign in to comment.