Commit eb7b07d
authored
add service account properly (#142)
### Changelog
- primary site: fixed a bug introduced in v0.0.76 where the query
service service account object not be created if enabled.
### Docs
None.
### Description
it looks like when renaming the stream service to query service, I
didn't properly namespace the values used in the query-service
serviceaccount template.
### Testing
- [x] rendered template using values that include a service account,
verify that the required service account + annotations are created.
<!-- Describe the problem, what has changed, and motivation behind those
changes. Pretend you are advocating for this change and the reader is
skeptical. -->
<!-- In addition to unit tests, describe any manual testing you did to
validate this change. -->
Fixes: FIRE-159
<table><tr><th>Before</th><th>After</th></tr><tr><td>
<!--before content goes here-->
</td><td>
<!--after content goes here-->
</td></tr></table>
<!-- If necessary, link relevant Linear or Github issues. Use `Fixes:
foxglove/repo#1234` to auto-close the Github issue or Fixes: FG-### for
Linear isses. -->1 parent 7b0a4ab commit eb7b07d
File tree
1 file changed
+2
-2
lines changed- charts/primary-site/templates/serviceaccounts
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
0 commit comments