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
devtron/scripts/devtron-reference-helm-charts/deployment-chart_4-20-0/schema.json
Lines 669 to 674 in d6d76fb
should be:
"workingDir": { "type": "string", "items": {}, "description": "contains the working directory", "title": "Working directory" }
So that this works:
command: enabled: true value: - sh - startup.sh workingDir: /string/to/path
Current error: Incorrect type. Expected "Working directory".yaml-schema: Working directory(0)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
devtron/scripts/devtron-reference-helm-charts/deployment-chart_4-20-0/schema.json
Lines 669 to 674 in d6d76fb
should be:
So that this works:
Current error:
Incorrect type. Expected "Working directory".yaml-schema: Working directory(0)
The text was updated successfully, but these errors were encountered: