Skip to content

Commit 84aefed

Browse files
authored
Merge pull request #137 from jacobw/patch-2
[lldap] Fix secretName
2 parents caaf328 + 4e0053d commit 84aefed

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/lldap/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type: application
88
# This is the chart version. This version number should be incremented each time you make changes
99
# to the chart and its templates, including the app version.
1010
# Versions are expected to follow Semantic Versioning (https://semver.org/)
11-
version: 0.5.0
11+
version: 0.5.2
1212

1313
# This is the version number of the application being deployed. This version number should be
1414
# incremented each time you make changes to the application. Versions are not expected to

charts/lldap/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ lldap:
2929
# If this isn't specified, a secret will be generated with the credentials provided
3030
# in the values file. If you want to provide an external secret, for instance when
3131
# deploying with GitOps, specify its name here.
32-
secretName: ~
32+
secretName: ""
33+
3334

3435
# -- Random secret for JWT signature.
3536
# This secret should be random, and should be shared with application servers that need to

0 commit comments

Comments
 (0)