Skip to content

Commit 9555431

Browse files
committed
ldap securityContext
1 parent cffd149 commit 9555431

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

charts/ldap/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
name: ldap
3-
version: 0.1.0
3+
version: 0.2.0

charts/ldap/templates/deployment.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ spec:
2727
- containerPort: 389
2828
name: tcp
2929
protocol: TCP
30+
securityContext:
31+
capabilities:
32+
drop:
33+
- "ALL"
34+
add:
35+
- "NET_BIND_SERVICE"
3036
volumeMounts:
3137
- name: ldap-config
3238
mountPath: /usr/local/etc/haproxy/haproxy.cfg

0 commit comments

Comments
 (0)