focring fsGroup of 1001 to match expectation of container runtime

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek 2018-10-08 19:18:57 +00:00
parent d43ec167ae
commit c7d6caa8cc
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -67,3 +67,5 @@ spec:
tolerations:
{{ toYaml . | indent 8 }}
{{- end }}
securityContext:
fsGroup: 1001