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: correct podLabels type from list to map in values.yaml #1448

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

patsevanton
Copy link
Contributor

In the current version of values.yaml, the podLabels type was specified as a list ([]), which caused errors during Helm chart deployment. This change corrects the podLabels type to a map ({}), ensuring proper rendering and usage of pod labels.

@Mokto Mokto merged commit 0c34ecc into sentry-kubernetes:develop Sep 12, 2024
2 checks passed
@Mokto Mokto mentioned this pull request Sep 12, 2024
@patsevanton patsevanton deleted the podLabels branch September 16, 2024 00:12
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