add securityContext.fsGroup to pod spec (#20655)

Signed-off-by: Jeff Thompson <jeff.r.thompson@gmail.com>
This commit is contained in:
Jeff Thompson
2020-02-11 01:52:00 -08:00
committed by GitHub
parent 98a9b16a47
commit a44c2c467a
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: sealed-secrets
description: A Helm chart for Sealed Secrets
version: 1.7.3
version: 1.7.4
appVersion: 0.9.7
kubeVersion: ">=1.9.0-0"
home: https://github.com/bitnami-labs/sealed-secrets
@@ -57,6 +57,8 @@ spec:
runAsUser: {{ .Values.securityContext.runAsUser }}
resources:
{{ toYaml .Values.resources | indent 12 }}
securityContext:
fsGroup: 65534
volumes:
- name: tmp
emptyDir: {}