Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add tolerations to agent deployment #28

Merged
merged 2 commits into from
Mar 24, 2025
Merged

feat: Add tolerations to agent deployment #28

merged 2 commits into from
Mar 24, 2025

Conversation

kskitek
Copy link
Contributor

@kskitek kskitek commented Mar 22, 2025

Added ability to specify tolerations in the agent helm chart.

Can be tested with custom values.yaml file like:

deployment:
  tolerations:
    - key: "key"
      operator: "Equal|Exists"
      value: "value"
      effect: "NoSchedule|PreferNoSchedule"

@kskitek kskitek requested a review from a team as a code owner March 22, 2025 16:36
kuklyy
kuklyy previously approved these changes Mar 24, 2025
@kskitek kskitek merged commit bfd2c03 into main Mar 24, 2025
4 checks passed
@kskitek kskitek deleted the PI-1585 branch March 24, 2025 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants