Commit b07af32
authored
[keycloak] Fix bind address handling (#72)
Drops setting the system property in favor of setting the
BIND environment variable which was added in
keycloak/keycloak-containers#151.
This does away with a duplicate entry of the system property
'-Djboss.bind.address' in the commandline.
Signed-off-by: Reinhard Naegele <[email protected]>1 parent f5bb8c4 commit b07af32
File tree
3 files changed
+4
-2
lines changed- charts/keycloak
- templates
3 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| |||
0 commit comments