diff --git a/legacy/helmcharts/basic-persistent/values.yaml b/legacy/helmcharts/basic-persistent/values.yaml index acaa1885..fe7d263f 100644 --- a/legacy/helmcharts/basic-persistent/values.yaml +++ b/legacy/helmcharts/basic-persistent/values.yaml @@ -17,8 +17,8 @@ imagePullSecrets: [] nameOverride: "" fullnameOverride: "" -podSecurityContext: {} - # fsGroup: 2000 +podSecurityContext: + fsGroupChangePolicy: "OnRootMismatch" securityContext: {} # capabilities: diff --git a/legacy/helmcharts/cli-persistent/values.yaml b/legacy/helmcharts/cli-persistent/values.yaml index 1df2ddc6..19f94f0c 100644 --- a/legacy/helmcharts/cli-persistent/values.yaml +++ b/legacy/helmcharts/cli-persistent/values.yaml @@ -19,8 +19,8 @@ imagePullSecrets: [] nameOverride: "" fullnameOverride: "" -podSecurityContext: {} - # fsGroup: 2000 +podSecurityContext: + fsGroupChangePolicy: "OnRootMismatch" securityContext: {} # capabilities: diff --git a/legacy/helmcharts/nginx-php-persistent/values.yaml b/legacy/helmcharts/nginx-php-persistent/values.yaml index 6ee09e5b..0cd05b1f 100644 --- a/legacy/helmcharts/nginx-php-persistent/values.yaml +++ b/legacy/helmcharts/nginx-php-persistent/values.yaml @@ -19,8 +19,8 @@ imagePullSecrets: [] nameOverride: "" fullnameOverride: "" -podSecurityContext: {} - # fsGroup: 2000 +podSecurityContext: + fsGroupChangePolicy: "OnRootMismatch" securityContext: {} # capabilities: diff --git a/legacy/helmcharts/node-persistent/values.yaml b/legacy/helmcharts/node-persistent/values.yaml index 0c4642fe..eea9ab53 100644 --- a/legacy/helmcharts/node-persistent/values.yaml +++ b/legacy/helmcharts/node-persistent/values.yaml @@ -17,9 +17,8 @@ imagePullSecrets: [] nameOverride: "" fullnameOverride: "" -podSecurityContext: {} - # fsGroup: 2000 - +podSecurityContext: + fsGroupChangePolicy: "OnRootMismatch" securityContext: {} # capabilities: # drop: diff --git a/legacy/helmcharts/python-persistent/values.yaml b/legacy/helmcharts/python-persistent/values.yaml index 425c1285..eb57eed9 100644 --- a/legacy/helmcharts/python-persistent/values.yaml +++ b/legacy/helmcharts/python-persistent/values.yaml @@ -17,8 +17,8 @@ imagePullSecrets: [] nameOverride: "" fullnameOverride: "" -podSecurityContext: {} - # fsGroup: 2000 +podSecurityContext: + fsGroupChangePolicy: "OnRootMismatch" securityContext: {} # capabilities: diff --git a/legacy/helmcharts/worker-persistent/values.yaml b/legacy/helmcharts/worker-persistent/values.yaml index 2829cb66..69737050 100644 --- a/legacy/helmcharts/worker-persistent/values.yaml +++ b/legacy/helmcharts/worker-persistent/values.yaml @@ -19,8 +19,8 @@ imagePullSecrets: [] nameOverride: "" fullnameOverride: "" -podSecurityContext: {} - # fsGroup: 2000 +podSecurityContext: + fsGroupChangePolicy: "OnRootMismatch" securityContext: {} # capabilities: