-
Notifications
You must be signed in to change notification settings - Fork 73
[Helm] Load environment variables from secrets #393
Conversation
Signed-off-by: Nicolas Lamirault <[email protected]>
d8d9b9f
to
8187145
Compare
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.
Thanks for your contribution!
I think the way it is, it won't work as you won't access the correct values, see my specific comment.
Other than that:
Could you please rebase with the latest main (to fix the broken tests)?(sorry I have already done that now 😂 )- If possible run
make helm/check
and commit the changed file (we really should have a CI check for that #396 )
operations/phlare/helm/phlare/templates/deployments-statefulsets.yaml
Outdated
Show resolved
Hide resolved
Signed-off-by: Nicolas Lamirault <[email protected]>
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.
Perfect! That's ready to go. Thanks for the contribution
@simonswine any news to release a new chart version with this feature ? |
Was forgotten in grafana#393. This will release a new version.
Was forgotten in grafana#393. This will release a new version.
@nlamirault it has been released now https://github.com/grafana/helm-charts/releases/tag/phlare-0.1.1 I have forgotten that we need to raise the version in your original PR. Sorry about this delay and thanks for your contribution. |
Thanks @simonswine |
…ecrets [Helm] Load environment variables from secrets
Was forgotten in grafana/phlare#393. This will release a new version.
Signed-off-by: Nicolas Lamirault [email protected]