Closed alvarof2 closed 2 years ago
This GA will check that:
helm lint
helm template
helm template --validate
This GA will check that:
helm lint
works (linting helm chart)helm template
with a test values files works (YAML is correct)helm template --validate
with a test values files works (rendered values are OK for Kubernetes 1.24)