diff --git a/images/kubectl-build-deploy-dind/helmcharts/elasticsearch/values.yaml b/images/kubectl-build-deploy-dind/helmcharts/elasticsearch/values.yaml index 6e55a8f9dd..8ba4522eaf 100644 --- a/images/kubectl-build-deploy-dind/helmcharts/elasticsearch/values.yaml +++ b/images/kubectl-build-deploy-dind/helmcharts/elasticsearch/values.yaml @@ -17,8 +17,8 @@ imagePullSecrets: [] nameOverride: "" fullnameOverride: "" -podSecurityContext: {} - # fsGroup: 2000 +podSecurityContext: + fsGroup: 0 securityContext: {} # capabilities: @@ -48,4 +48,4 @@ affinity: {} inPodCronjobs: "" -configMapSha: "" \ No newline at end of file +configMapSha: "" diff --git a/images/kubectl-build-deploy-dind/helmcharts/mariadb-single/values.yaml b/images/kubectl-build-deploy-dind/helmcharts/mariadb-single/values.yaml index 3ce2edbb09..2a43ce8403 100644 --- a/images/kubectl-build-deploy-dind/helmcharts/mariadb-single/values.yaml +++ b/images/kubectl-build-deploy-dind/helmcharts/mariadb-single/values.yaml @@ -23,8 +23,8 @@ serviceAccount: # If not set and create is true, a name is generated using the fullname template name: -podSecurityContext: {} - # fsGroup: 2000 +podSecurityContext: + fsGroup: 0 securityContext: {} # capabilities: @@ -72,4 +72,4 @@ inPodCronjobs: "" tls_acme: false routesAutogenerateInsecure: Allow -configMapSha: "" \ No newline at end of file +configMapSha: "" diff --git a/images/kubectl-build-deploy-dind/helmcharts/mongodb-single/values.yaml b/images/kubectl-build-deploy-dind/helmcharts/mongodb-single/values.yaml index f458c5dde2..7034e4b062 100644 --- a/images/kubectl-build-deploy-dind/helmcharts/mongodb-single/values.yaml +++ b/images/kubectl-build-deploy-dind/helmcharts/mongodb-single/values.yaml @@ -23,8 +23,8 @@ serviceAccount: # If not set and create is true, a name is generated using the fullname template name: -podSecurityContext: {} - # fsGroup: 2000 +podSecurityContext: + fsGroup: 0 securityContext: {} # capabilities: diff --git a/images/kubectl-build-deploy-dind/helmcharts/postgres-single/values.yaml b/images/kubectl-build-deploy-dind/helmcharts/postgres-single/values.yaml index b24ad7e506..76f0ddd99a 100644 --- a/images/kubectl-build-deploy-dind/helmcharts/postgres-single/values.yaml +++ b/images/kubectl-build-deploy-dind/helmcharts/postgres-single/values.yaml @@ -23,8 +23,8 @@ serviceAccount: # If not set and create is true, a name is generated using the fullname template name: -podSecurityContext: {} - # fsGroup: 2000 +podSecurityContext: + fsGroup: 0 securityContext: {} # capabilities: