You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Running Retina in a very restricted environment calls for having a way to define tolerations. This was in the legacy helm chart as a single value, but the Hubble helm chart does not have this on the operator or agent sections of the values file.
Describe the solution you'd like
When deploying the new Hubble chart, I want to be able to set tolerations for all components.
Describe alternatives you've considered
Either have one tolerations value, like the original chart, but I will rather have this on a per component basis.
Additional context
I have developed a fix for this, tested and ready for a pull requests.
The text was updated successfully, but these errors were encountered:
# Description
This pull request adds a list called `tolerations` to the operator and
agent sections of the values file, and implement them into the
templates.
## Related Issue
This is a pull request to close#1112, as agreed upon in the Office
Hours meeting, Friday the 6th.
## Checklist
- [x] I have read the [contributing
documentation](https://retina.sh/docs/contributing).
- [x] I signed and signed-off the commits (`git commit -S -s ...`). See
[this
documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification)
on signing commits.
- [x] I have correctly attributed the author(s) of the code.
- [x] I have tested the changes locally.
- [x] I have followed the project's style guidelines.
- [X] I have updated the documentation, if necessary.
- [x] I have added tests, if applicable.
## Screenshots (if applicable) or Testing Completed
Please add any relevant screenshots or GIFs to showcase the changes
made.
## Additional Notes
Add any additional notes or context about the pull request here.
---
Please refer to the [CONTRIBUTING.md](../CONTRIBUTING.md) file for more
information on how to contribute to this project.
Signed-off-by: Roberth Strand <[email protected]>
Is your feature request related to a problem? Please describe.
Running Retina in a very restricted environment calls for having a way to define tolerations. This was in the legacy helm chart as a single value, but the Hubble helm chart does not have this on the operator or agent sections of the values file.
Describe the solution you'd like
When deploying the new Hubble chart, I want to be able to set tolerations for all components.
Describe alternatives you've considered
Either have one tolerations value, like the original chart, but I will rather have this on a per component basis.
Additional context
I have developed a fix for this, tested and ready for a pull requests.
The text was updated successfully, but these errors were encountered: