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

View File

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