Skip to content
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 sigv4 rendering in Prometheus template for #1122 #1123

Merged
merged 4 commits into from
Jan 16, 2025

Conversation

law
Copy link
Contributor

@law law commented Jan 15, 2025

fixup to remove access_key and secret_key rendering if they are not already defined in values.yaml. Fixes #1122

fixup to remove access_key and secret_key rendering if they are not already defined.
@law law requested a review from petewall as a code owner January 15, 2025 23:17
@CLAassistant
Copy link

CLAassistant commented Jan 15, 2025

CLA assistant check
All committers have signed the CLA.

add missing {{- end }} block
Copy link
Collaborator

@petewall petewall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We've got a different set of helper templates for checking if a secret exists. It's basically the same code, but uses a more standard function.

Thank you for this change!!

@petewall petewall merged commit a3990d2 into grafana:main Jan 16, 2025
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

empty SigV4 credentials rendering in Prometheus destination template, breaking Alloy startup
3 participants