Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
MatMoore committed May 29, 2024
1 parent 87c0899 commit f3b67e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion helm_deploy/values-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ datahub-gms:
repository: acryldata/datahub-gms
securityContext:
runAsUser: 100
allowPrivilegeEscalation: false
resources:
limits:
memory: 2Gi
Expand Down Expand Up @@ -59,7 +60,6 @@ datahub-frontend:
cpu: 100m
memory: 512Mi
podSecurityContext:
allowPrivilegeEscalation: false
fsGroup: 101
securityContext:
allowPrivilegeEscalation: false
Expand Down Expand Up @@ -132,6 +132,8 @@ elasticsearchSetupJob:
value: "true"
- name: OPENSEARCH_USE_AWS_IAM_AUTH
value: "true"
securityContext:
allowPrivilegeEscalation: false

kafkaSetupJob:
enabled: true
Expand Down

0 comments on commit f3b67e0

Please sign in to comment.