Skip to content

Commit

Permalink
Merge pull request #131 from volodymyrss/129-figure-out-security-context
Browse files Browse the repository at this point in the history
Uncomment elasticsearch condition
  • Loading branch information
chaen authored Jan 17, 2025
2 parents 111a36a + 533b1e0 commit 35a07b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion diracx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ dependencies:
- name: elasticsearch
version: 8.5.1
repository: https://helm.elastic.co
# condition: elasticsearch.enabled
# TODO: why was this commented?
condition: elasticsearch.enabled

- name: dex
version: 0.14.2
Expand Down
1 change: 1 addition & 0 deletions diracx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ podSecurityContext:

securityContext:
{}
# fsGroup: 2000
# capabilities:
# drop:
# - ALL
Expand Down

0 comments on commit 35a07b6

Please sign in to comment.