-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
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
fix: add grafana agent as dependency + fix some templates #622
Conversation
Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
@@ -6,12 +6,12 @@ global: | |||
kube-prometheus-stack: | |||
grafana: | |||
namespaceOverride: {{ $monitoringNamespace }} | |||
{{- if dig "Configuration" "grafana-agent" . }} | |||
{{- if and .Configuration (index .Configuration "grafana-agent") }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perhaps save as a var to reference in both cases more naturally?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
164bd04
to
e8d7e95
Compare
Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Summary
Adds grafana-agent as a dependency for trace shield and fixes some other application templates.
Checklist
plural from-grafana
to convert a grafana dashboard found via google to our CRDpluralsh/module-library
to accelerate this