From f3b67e084ef8cabc17a450b3465b7d3e2cdfe05a Mon Sep 17 00:00:00 2001 From: Mat Moore Date: Wed, 29 May 2024 15:52:24 +0100 Subject: [PATCH] Fixup --- helm_deploy/values-base.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/helm_deploy/values-base.yaml b/helm_deploy/values-base.yaml index b649b9d..a564065 100644 --- a/helm_deploy/values-base.yaml +++ b/helm_deploy/values-base.yaml @@ -5,6 +5,7 @@ datahub-gms: repository: acryldata/datahub-gms securityContext: runAsUser: 100 + allowPrivilegeEscalation: false resources: limits: memory: 2Gi @@ -59,7 +60,6 @@ datahub-frontend: cpu: 100m memory: 512Mi podSecurityContext: - allowPrivilegeEscalation: false fsGroup: 101 securityContext: allowPrivilegeEscalation: false @@ -132,6 +132,8 @@ elasticsearchSetupJob: value: "true" - name: OPENSEARCH_USE_AWS_IAM_AUTH value: "true" + securityContext: + allowPrivilegeEscalation: false kafkaSetupJob: enabled: true