Skip to content

Commit

Permalink
Merge pull request #165 from jp-gouin/fix-164
Browse files Browse the repository at this point in the history
add acls setup for all replicas during the first startup
  • Loading branch information
jp-gouin committed May 23, 2024
2 parents f6ed450 + 7ce323a commit 7efc136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dependencies:
- bitnami-common
version: ~2
home: https://www.openldap.org
version: 4.2.3
appVersion: 2.6.6
version: 4.2.4
appVersion: 2.6.7
description: Community developed LDAP software
icon: https://raw.githubusercontent.com/jp-gouin/helm-openldap/master/logo.png
keywords:
Expand Down
1 change: 0 additions & 1 deletion templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ spec:
fi
else
cp -p -f /cm-schemas-acls/*.ldif /custom_config/
rm -rf /custom_config/acls.ldif
echo "let the replication takes care of everything :)"
fi
{{- if .Values.global.existingSecret }}
Expand Down

0 comments on commit 7efc136

Please sign in to comment.