-
Notifications
You must be signed in to change notification settings - Fork 241
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
command in datahub-ingestion-cron values.yaml is incorrect #389
Comments
command
in datahub-ingestion-cron` values.yaml is incorrectcommand
in datahub-ingestion-cron
values.yaml is incorrect
command
in datahub-ingestion-cron
values.yaml is incorrect
@jimsmith Thanks for reporting and figuring out the issue. I have raised a PR for fixing the issue. |
@sachinsaju I looked at the PR and noticed you have the square brackets they did not work for me in the workaround |
@jimsmith I have updated the PR. |
This issue is stale because it has been open for 30 days with no activity. If you believe this is still an issue on the latest DataHub release please leave a comment with the version that you tested it with. If this is a question/discussion please head to https://slack.datahubproject.io. For feature requests please use https://feature-requests.datahubproject.io |
Issue closed as I can see this has been merged #391 |
This command is incorrect
datahub-helm/charts/datahub/subcharts/datahub-ingestion-cron/values.yaml
Line 26 in ee2bc53
This error occurs:
The command is already duplicated:
["/bin/sh", "-c",
is already in the helm template:datahub-helm/charts/datahub/subcharts/datahub-ingestion-cron/templates/cron.yaml
Line 52 in ee2bc53
This caused a few problems tracking this down, however it is a simple misconfiguration in
values.yaml
command: "datahub ingest -c <recipe.fileName>"
After that it deploys into cluster as expected.
The text was updated successfully, but these errors were encountered: