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
test-manifest.yaml
cluster: type: kind config: cluster.yaml
prerequisites
deployments
k8s-monitoring
k8s-monitoring-test
test: true
helm test
grafana
skipOnHeadless: true
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
test-manifest.yaml
should include a cluster section:test-manifest.yaml
should changeprerequisites
todeployments
k8s-monitoring
andk8s-monitoring-test
as entries in the deploymentstest: true
to runhelm test
after deploymentgrafana
to askipOnHeadless: true
and related ENV var.The text was updated successfully, but these errors were encountered: