Commit 0d01611
authored
[jaeger ]Use subPath for mounting user and ui configs (#726)
#### What this PR does
- Fixes jaeger-deploy.yaml template to use subPath for mounting
user-config and ui-config files. Currently files are mounted in
user-config and ui-config directories respectively which brakes config
load command.
#### Checklist
- [x]
[DCO](https://github.com/jaegertracing/helm-charts/blob/main/CONTRIBUTING.md#sign-off-your-work)
signed
- [ ] Commits are [GPG
signed](https://docs.github.com/en/github/authenticating-to-github/about-commit-signature-verification)
- [x] Chart Version bumped
- [x] Title of the PR starts with chart name (`[jaeger]` or
`[jaeger-operator]`)
- [ ] README.md has been updated to match version/contain new values
Signed-off-by: Lukas Stankovičius <lukas.stankovicius@gmail.com>1 parent ca467f4 commit 0d01611
2 files changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
102 | | - | |
| 103 | + | |
| 104 | + | |
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
| |||
0 commit comments