Skip to content

Commit 321015f

Browse files
committed
k8s-example: convert ldap hosts envvar
1 parent 96fb8ee commit 321015f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/kubernetes/phpldapadmin-rc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
- containerPort: 443
2626
env:
2727
- name: PHPLDAPADMIN_LDAP_HOSTS
28-
value: "[{'ldap.example.org': [{'server': [{'tls': 'true'}]}]}]"
28+
value: "#PYTHON2BASH:[{'ldap.example.org': [{'server': [{'tls': 'true'}]}]}]"
2929
- name: PHPLDAPADMIN_SERVER_ADMIN
3030
value: "webmaster@example.org"
3131
- name: PHPLDAPADMIN_SERVER_PATH

0 commit comments

Comments
 (0)