mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +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
|
appVersion: 0.19.4
|
||||||
description: Node-RED
|
description: Node-RED
|
||||||
name: node-red
|
name: node-red
|
||||||
version: 0.0.4
|
version: 0.0.5
|
||||||
keywords:
|
keywords:
|
||||||
- nodered
|
- nodered
|
||||||
- node-red
|
- node-red
|
||||||
@ -13,4 +13,4 @@ sources:
|
|||||||
- https://github.com/kubernetes/charts/stable/node-red
|
- https://github.com/kubernetes/charts/stable/node-red
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: billimek
|
- name: billimek
|
||||||
email: jeff@billimek.com
|
email: jeff@billimek.com
|
||||||
|
@ -67,3 +67,5 @@ spec:
|
|||||||
tolerations:
|
tolerations:
|
||||||
{{ toYaml . | indent 8 }}
|
{{ toYaml . | indent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
securityContext:
|
||||||
|
fsGroup: 1001
|
||||||
|
Loading…
Reference in New Issue
Block a user