Skip to content

Commit

Permalink
update ray filesystem permissions to 1000 user (#1484)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul S. Schweigert <[email protected]>
  • Loading branch information
psschwei authored Sep 9, 2024
1 parent 5f3be86 commit 332c67b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ data:
{{- if .Values.application.proxy.enabled }}
- image: {{ .Values.application.ray.proxyImage }}
securityContext:
runAsGroup: 123
runAsGroup: 1000
imagePullPolicy: IfNotPresent
name: proxy
resources:
Expand Down Expand Up @@ -232,7 +232,7 @@ data:
nodeSelector:
tolerations: []
securityContext:
fsGroup: 123
fsGroup: 1000
volumes:
- emptyDir:
name: log-volume
Expand Down

0 comments on commit 332c67b

Please sign in to comment.