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 Helm warnings seen in cofidectl up #66

Merged
merged 1 commit into from
Dec 6, 2024
Merged

Fix Helm warnings seen in cofidectl up #66

merged 1 commit into from
Dec 6, 2024

Conversation

markgoddard
Copy link
Contributor

After #62 merged we started seeing some warnings during cofidectl up.
This is due to a change in the type of the Helm values generated for
matchLabels in clusterSPIFFEIDs from map[string]any to
map[string]string.

This change reverts to map[string]any, which removes the warning.

Fixes: #65

After #62 merged we started seeing some warnings during cofidectl up.
This is due to a change in the type of the Helm values generated for
matchLabels in clusterSPIFFEIDs from map[string]any to
map[string]string.

This change reverts to map[string]any, which removes the warning.

Fixes: #65
@markgoddard markgoddard self-assigned this Dec 6, 2024
@markgoddard markgoddard added this to the release-0.7.0 milestone Dec 6, 2024
Copy link
Contributor

@jsnctl jsnctl left a comment

Choose a reason for hiding this comment

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

LGTM

@markgoddard markgoddard merged commit d669116 into main Dec 6, 2024
5 checks passed
@markgoddard markgoddard deleted the issues/65 branch December 6, 2024 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants