We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The seeder-job.yaml file is missing the tolerations configuration as compared to web-deployment.yaml or worker-deployment.yaml.
seeder-job.yaml
tolerations
web-deployment.yaml
worker-deployment.yaml
This causes the entire helm installation to fail when using nodeSelector if the node has taints as the seeder will be stuck in pending state.
nodeSelector
taints
pending
helm pull openproject --repo https://charts.openproject.org --destination ./chart
Please check PR 116.
The text was updated successfully, but these errors were encountered:
Released as 5.4.0: https://github.com/opf/helm-charts/releases/tag/openproject-5.4.0
Sorry, something went wrong.
No branches or pull requests
Issue
The
seeder-job.yaml
file is missing thetolerations
configuration as compared toweb-deployment.yaml
orworker-deployment.yaml
.This causes the entire helm installation to fail when using
nodeSelector
if the node hastaints
as the seeder will be stuck inpending
state.Workaround
helm pull openproject --repo https://charts.openproject.org --destination ./chart
seeder-job.yaml
Fix
Please check PR 116.
The text was updated successfully, but these errors were encountered: