Skip to content

Commit

Permalink
add socket directory for ldapi://
Browse files Browse the repository at this point in the history
  • Loading branch information
ruckc committed Mar 12, 2022
1 parent 7e59339 commit e5204ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/openldap/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.14
version: 1.0.15

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 4 additions & 0 deletions charts/openldap/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ spec:
mountPath: "/data"
- name: tmp
mountPath: "/tmp"
- name: socket
mountPath: "/opt/openldap/var/run"
- name: ldif-configs
mountPath: "/ldifs/config"
- name: ldif-objects
Expand All @@ -99,6 +101,8 @@ spec:
- name: data
persistentVolumeClaim:
claimName: {{ include "openldap.fullname" . }}-data
- name: socket
emptyDir: {}
- name: tmp
emptyDir: {}
- name: ldif-configs
Expand Down

0 comments on commit e5204ad

Please sign in to comment.