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
Describe the bug test-canary template only checks if Loki Canary is enabled (lokiCanary.enabled). It should also checks test.enabled.
lokiCanary.enabled
test.enabled
To Reproduce
test.enabled: false
To fix it
# test-canary.yaml ... {{- if and .enabled $.Values.lokiCanary.enabled }} ...
Expected behavior If test.enabled is false, loki-helm-test should not be deploy.
loki-helm-test
Environment:
The text was updated successfully, but these errors were encountered:
fix: grafana#13124
eecbde6
Seems like a duplicate of #12765?
Sorry, something went wrong.
Agree. Closed by your PR #15346. Thanks!
Successfully merging a pull request may close this issue.
Describe the bug
test-canary template only checks if Loki Canary is enabled (
lokiCanary.enabled
). It should also checkstest.enabled
.To Reproduce
test.enabled: false
To fix it
Expected behavior
If
test.enabled
is false,loki-helm-test
should not be deploy.Environment:
The text was updated successfully, but these errors were encountered: