fix init
This commit is contained in:
parent
e9b0950ad5
commit
db6cdb85f0
1 changed files with 2 additions and 2 deletions
|
|
@ -46,12 +46,12 @@ spec:
|
|||
- name: hermes-home
|
||||
mountPath: /shared-home
|
||||
- name: copy-webui-app
|
||||
image: ghcr.io/nesquena/hermes-webui:latest
|
||||
image: busybox:latest
|
||||
command:
|
||||
- "sh"
|
||||
- "-c"
|
||||
# Copy the image's built-in /app to our shared volume, then give user 1024 ownership
|
||||
- "cp -a /app/. /shared-app/ && chown -R 1024:1000 /shared-app"
|
||||
- "chown -R 1024:1000 /shared-app"
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
runAsNonRoot: false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue