Skip to content

Commit 06c5990

Browse files
authored
Merge pull request #132 from 0xBLERKO/fix-lldap-uid
2 parents f28f12d + 5b2cc85 commit 06c5990

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.4.2
11+
version: 0.4.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/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ spec:
4242
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
4343
imagePullPolicy: {{ .Values.image.pullPolicy }}
4444
env:
45-
- name: uid
45+
- name: UID
4646
value: "{{ .Values.lldap.uid }}"
47-
- name: gid
47+
- name: GID
4848
value: "{{ .Values.lldap.gid }}"
4949
- name: TZ
5050
value: "{{ .Values.lldap.tz }}"

0 commit comments

Comments
 (0)