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: Metadata labels #21

Merged
merged 2 commits into from
May 20, 2024
Merged

fix: Metadata labels #21

merged 2 commits into from
May 20, 2024

Conversation

jsirianni
Copy link
Member

Configuration metadata labels were not being decoded by the yaml decoder. Switching to map[string]string resolves the issue.

I broke the decode steps out into their own function and implemented tests. The tests failed until the issue was resolved.

Before

Screenshot from 2024-05-16 13-57-38

After

Screenshot from 2024-05-16 13-58-42

@jsirianni jsirianni requested a review from andykellr May 16, 2024 18:00
@jsirianni jsirianni force-pushed the fix/resource-metadata-labels branch from bd996bd to a3ab12f Compare May 17, 2024 17:42
@jsirianni jsirianni merged commit a1df67c into main May 20, 2024
6 checks passed
@jsirianni jsirianni deleted the fix/resource-metadata-labels branch May 20, 2024 15:03
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.

2 participants