Skip to content

Commit 117af65

Browse files
authored
Merge pull request #138 from jacobw/keyseed
[lldap] Fix keySeed in secret
2 parents 84aefed + edc1f1b commit 117af65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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.2
11+
version: 0.5.3
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/templates/secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ data:
88
{{ .Values.lldap.jwtSecretKey }}: {{ .Values.lldap.jwtSecret | b64enc }}
99
{{ .Values.lldap.ldapUserPassKey }}: {{ .Values.lldap.ldapUserPass | b64enc }}
1010
{{ .Values.lldap.smtp.passwordKey }}: {{ .Values.lldap.smtp.password | b64enc }}
11-
{{ .Values.lldap.keySeedKey }}: {{ .Values.lldap.keySeedKey | b64enc }}
11+
{{ .Values.lldap.keySeedKey }}: {{ .Values.lldap.keySeed | b64enc }}
1212
{{ end }}

0 commit comments

Comments
 (0)