Replies: 1 comment
-
Hi @gasb07 👋 We'd be happy to accept a PR for this 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Installing Artifact Hub's Helm Chart in a Kubernetes cluster with node taints is not possible due to the fact that there's no way to pass tolerations via values.
Describe the solution you'd like
Adding tolerations to the pods spec of the following templates:
trivy_deployment.yaml
tracker_cronjob.yaml
scanner_cronjob.yaml
hub_deployment.yaml
db_migrator_job.yaml
Describe alternatives you've considered
Adding a new node without taints to the cluster, but since I'm currently working on a bare metal cluster with no easy scaling solutions, doing so would not be ideal.
Beta Was this translation helpful? Give feedback.
All reactions