Skip to content

helm: fix commonLabels parsing in hubble dashboard configmap #36196

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

Merged

Conversation

devodev
Copy link
Contributor

@devodev devodev commented Nov 26, 2024

This PR (#35628) added commonLabels to most cilium resources, and that caused an issue with the hubble dashboards configmap where we needed to use $.Values .

Fixes:

Error: template: cilium/templates/hubble/dashboards-configmap.yaml:16:20: executing "cilium/templates/hubble/dashboards-configmap.yaml" at <.Values.commonLabels>: can't evaluate field Values in type []uint8

This PR (cilium#35628) added commonLabels
to most cilium resources, but we needed to use `$.Values` in the hubble
dashboards configmap.

Signed-off-by: Alexandre Barone <abalexandrebarone@gmail.com>
@devodev devodev requested review from a team as code owners November 26, 2024 22:48
@devodev devodev requested review from youngnick and gandro November 26, 2024 22:48
@maintainer-s-little-helper maintainer-s-little-helper bot added the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Nov 26, 2024
@github-actions github-actions bot added the kind/community-contribution This was a contribution made by a community member. label Nov 26, 2024
@gandro gandro added release-note/misc This PR makes changes that have no direct user impact. area/helm Impacts helm charts and user deployment experience labels Nov 27, 2024
@maintainer-s-little-helper maintainer-s-little-helper bot removed the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Nov 27, 2024
@gandro
Copy link
Member

gandro commented Nov 27, 2024

/test

@aanm aanm enabled auto-merge November 28, 2024 14:14
@aanm aanm disabled auto-merge November 29, 2024 09:22
@aanm aanm merged commit afb3abb into cilium:main Nov 29, 2024
75 of 76 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/helm Impacts helm charts and user deployment experience kind/community-contribution This was a contribution made by a community member. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants