Skip to content

Fix provider name in helm values.yaml example#90

Merged
mrchrisadams merged 1 commit into
thegreenwebfoundation:mainfrom
aknostic:fix-helm-values-electricitymap-provider-name
May 11, 2026
Merged

Fix provider name in helm values.yaml example#90
mrchrisadams merged 1 commit into
thegreenwebfoundation:mainfrom
aknostic:fix-helm-values-electricitymap-provider-name

Conversation

@locomundo

Copy link
Copy Markdown
Contributor

The commented example in helm/grid-intensity-exporter/values.yaml says provider: ElectricityMap, but the only accepted constant is ElectricityMaps (plural — see pkg/provider/provider.go). Following the example as-is crash-loops the exporter with provider "ElectricityMap" not supported.

The example comment showed `provider: ElectricityMap` (singular),
but the only accepted name is `ElectricityMaps` (plural), defined in
pkg/provider/provider.go. Following the example as-is causes the
exporter to crash-loop with `provider "ElectricityMap" not supported`.
@mrchrisadams mrchrisadams merged commit 1d18a10 into thegreenwebfoundation:main May 11, 2026
3 checks passed
@mrchrisadams

Copy link
Copy Markdown
Member

Thanks folks! 💚

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.

3 participants