| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
- lint_chart exited the whole script after the first chart, so only charts/sourcegraph was ever linted; migrator and executor were skipped - charts/sourcegraph-executor is a parent directory of two charts (k8s, dind), not a chart, so its lint line would have failed anyway - Lint each executor chart directly, with --set executor.queueName so the templates render instead of warning on empty metadata.name - Lint every chart even after a failure, report per-chart results, and exit with the first failing status Amp-Thread-ID: https://ampcode.com/threads/T-01a04192-5b1d-7040-9dc3-76f8d5a10ab0 Co-authored-by: Amp <amp@ampcode.com>
| Back | FazBrowse Home | New Git URL |
Amp-Thread-ID: https://ampcode.com/threads/T-01a04192-5b1d-7040-9dc3-76f8d5a10ab0
Checklist
Test plan
Before
After