Commit 862ceed
committed
fix(loki): fix copy-paste typo in enableServiceLinks coalesce chain
The fallback condition for loki.enableServiceLinks incorrectly checked
loki.hostUsers instead of loki.enableServiceLinks. This meant setting
loki.enableServiceLinks had no effect unless loki.hostUsers happened
to also be a boolean.
Signed-off-by: Quentin Bisson <quentin.bisson@gmail.com>1 parent 55a4989 commit 862ceed
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments