mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
focring fsGroup of 1001 to match expectation of container runtime
Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
parent
d43ec167ae
commit
c7d6caa8cc
@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: 0.19.4
|
||||
description: Node-RED
|
||||
name: node-red
|
||||
version: 0.0.4
|
||||
version: 0.0.5
|
||||
keywords:
|
||||
- nodered
|
||||
- node-red
|
||||
@ -13,4 +13,4 @@ sources:
|
||||
- https://github.com/kubernetes/charts/stable/node-red
|
||||
maintainers:
|
||||
- name: billimek
|
||||
email: jeff@billimek.com
|
||||
email: jeff@billimek.com
|
||||
|
@ -67,3 +67,5 @@ spec:
|
||||
tolerations:
|
||||
{{ toYaml . | indent 8 }}
|
||||
{{- end }}
|
||||
securityContext:
|
||||
fsGroup: 1001
|
||||
|
Loading…
Reference in New Issue
Block a user