Skip to content

Commit

Permalink
[stable/openldap] Add documentation for 'persistence.existingClaim' (h…
Browse files Browse the repository at this point in the history
…elm#16922)

Signed-off-by: Lunik <lunik@tiwabbit.fr>
  • Loading branch information
Lunik authored and Ram Sri committed Sep 30, 2019
1 parent 433c690 commit 4927861
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/openldap/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: openldap
home: https://www.openldap.org
version: 1.2.0
version: 1.2.1
appVersion: 2.4.47
description: Community developed LDAP software
icon: http://www.openldap.org/images/headers/LDAPworm.gif
Expand Down
3 changes: 2 additions & 1 deletion stable/openldap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ The following table lists the configurable parameters of the openldap chart and
| `persistence.storageClass` | Storage class for PersistentVolumes. | `<unset>` |
| `persistence.accessMode` | Access mode for PersistentVolumes | `ReadWriteOnce` |
| `persistence.size` | PersistentVolumeClaim storage size | `8Gi` |
| `persistence.existingClaim` | An Existing PVC name for openLDAPA volume | None |
| `resources` | Container resource requests and limits in yaml | `{}` |
| `initResources` | initContainer resource requests and limits in yaml | `{}` |
| `initResources` | initContainer resource requests and limits in yaml | `{}` |
| `test.enabled` | Conditionally provision test resources | `false` |
| `test.image.repository` | Test container image requires bats framework | `dduportal/bats` |
| `test.image.tag` | Test container tag | `0.4.0` |
Expand Down
1 change: 1 addition & 0 deletions stable/openldap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ persistence:
# storageClass: "-"
accessMode: ReadWriteOnce
size: 8Gi
# existingClaim: ""

resources: {}
# requests:
Expand Down

0 comments on commit 4927861

Please sign in to comment.