From 98ba47286f123eb77d155c778d9b6144efd2d393 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Fri, 7 May 2021 11:37:32 +1000 Subject: [PATCH 1/2] port #2610 from lagoon-master --- .../helmcharts/elasticsearch/values.yaml | 6 +++--- .../helmcharts/mariadb-single/values.yaml | 6 +++--- .../helmcharts/mongodb-single/values.yaml | 4 ++-- .../helmcharts/postgres-single/values.yaml | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) 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: From 7c084ccc9b3a9af908b154534063b805f46fa299 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Fri, 7 May 2021 11:41:56 +1000 Subject: [PATCH 2/2] remove erroneous file --- services/ssh/non-ui-file.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 services/ssh/non-ui-file.md diff --git a/services/ssh/non-ui-file.md b/services/ssh/non-ui-file.md deleted file mode 100644 index e69de29bb2..0000000000