mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 16:59:53 +08:00
root
This commit is contained in:
committed by
Stavros Kois
parent
9edd9fffa7
commit
486ccee3d7
@@ -12,8 +12,9 @@ workload:
|
||||
primary: true
|
||||
imageSelector: image
|
||||
securityContext:
|
||||
runAsUser: {{ .Values.dashyRunAs.user }}
|
||||
runAsGroup: {{ .Values.dashyRunAs.group }}
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
env:
|
||||
NODE_ENV: production
|
||||
IS_DOCKER: "true"
|
||||
@@ -50,8 +51,9 @@ workload:
|
||||
type: init
|
||||
imageSelector: image
|
||||
securityContext:
|
||||
runAsUser: {{ .Values.dashyRunAs.user }}
|
||||
runAsGroup: {{ .Values.dashyRunAs.group }}
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
command:
|
||||
- /bin/sh
|
||||
args:
|
||||
|
||||
Reference in New Issue
Block a user