Results 73 comments of gtirloni
trafficstars

This would be awesome.

We had a similar situation: * Someone opened a PR and Atlantis ran the plan * Someone opened another PR which had the same commits from the first PR and...

If this check was created to satisfy a requirement of the community charts repository, why not enable it explicitly there and not for all ct users everywhere? I was trying...

> You can add `validate-maintainers: false` to your ct.yaml This doesn't work with the latest version: ``` invalid config: no such rule: "validate-maintainers" ``` Workaround: `ct lint --validate-maintainers=disable`

For anyone confused about how to remove a datasource that was added through a [provisioning](https://grafana.com/docs/grafana/latest/administration/provisioning/#data-sources) file, I'll try to give more details about what's likely happening. If you are using...

> I inherited a project with Terraform code that hasn't been updated in two years I'm on the same boat. I appreciate the ability to have it be less verbose...

@tima coud you review this PR?

Sure. Suppose I have chartA that depends on chartB with no conditions: ```yaml # chartA/Chart.yaml apiVersion: v2 name: chartA description: A Helm chart for Kubernetes type: application version: 0.1.0 appVersion:...