15 lines
493 B
YAML
15 lines
493 B
YAML
## Reference: https://github.com/helm/chart-testing/blob/master/doc/ct_lint-and-install.md
|
|
remote: origin
|
|
target-branch: main
|
|
chart-dirs:
|
|
- charts
|
|
chart-repos:
|
|
- grafana=https://grafana.github.io/helm-charts
|
|
- minio=https://charts.min.io
|
|
validate-chart-schema: true
|
|
validate-maintainers: true
|
|
validate-yaml: true
|
|
exclude-deprecated: true
|
|
excluded-charts: []
|
|
namespace: meta-monitoring # Need to set the namespace because we create the secret there
|
|
release-label: app.kubernetes.io/instance |