From c7d6caa8cc0b85bebe2350b24903d2408bf7ab26 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Mon, 8 Oct 2018 19:18:57 +0000 Subject: [PATCH] focring fsGroup of 1001 to match expectation of container runtime Signed-off-by: Jeff Billimek --- node-red/Chart.yaml | 4 ++-- node-red/templates/deployment.yaml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/node-red/Chart.yaml b/node-red/Chart.yaml index 24a4649d..1103f544 100644 --- a/node-red/Chart.yaml +++ b/node-red/Chart.yaml @@ -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 \ No newline at end of file + email: jeff@billimek.com diff --git a/node-red/templates/deployment.yaml b/node-red/templates/deployment.yaml index 9c529b75..8e2b1e22 100644 --- a/node-red/templates/deployment.yaml +++ b/node-red/templates/deployment.yaml @@ -67,3 +67,5 @@ spec: tolerations: {{ toYaml . | indent 8 }} {{- end }} + securityContext: + fsGroup: 1001