Commit 0243189
feat: add service account to chart (#931)
* Add service account to chart, no-verify because yamlfmt doesnt like go templating?
* update Changelog
* Make serviceAccount disable able
* Remove spec: as it is not spec
* Update tests, enable service accounts by default
* Remove enabled as it is redundant
* remove unused chart.yaml.j2
* Update charts/logprep/templates/deployment.yaml
Co-authored-by: Michael Hoff <9436725+mhoff@users.noreply.github.com>
* Update charts/logprep/templates/service-account.yaml
Co-authored-by: Michael Hoff <9436725+mhoff@users.noreply.github.com>
* Update CHANGELOG.md
Co-authored-by: Michael Hoff <9436725+mhoff@users.noreply.github.com>
* Update charts/logprep/values.yaml
Co-authored-by: Michael Hoff <9436725+mhoff@users.noreply.github.com>
* Update default values and tests
* Remove if enabled
* Remove chart.lock
---------
Co-authored-by: Michael Hoff <9436725+mhoff@users.noreply.github.com>1 parent 9d6c5ff commit 0243189
File tree
6 files changed
+19
-17
lines changed- charts/logprep
- templates
6 files changed
+19
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
18 | 24 | | |
19 | 25 | | |
20 | 26 | | |
| |||
0 commit comments