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
|
- name: hermes-home
|
||||||
mountPath: /shared-home
|
mountPath: /shared-home
|
||||||
- name: copy-webui-app
|
- name: copy-webui-app
|
||||||
image: ghcr.io/nesquena/hermes-webui:latest
|
image: busybox:latest
|
||||||
command:
|
command:
|
||||||
- "sh"
|
- "sh"
|
||||||
- "-c"
|
- "-c"
|
||||||
# Copy the image's built-in /app to our shared volume, then give user 1024 ownership
|
# 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:
|
securityContext:
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue