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: do not use pflag csv comma reader for config-patch #9497

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

DmitriyMV
Copy link
Member

Modules pflag and cobra use csv.Reader for StringSliceVar method. This doesn't work well with JSON, and we do not need this at all. Drop it.

Fixes #9493

Modules pflag and cobra use csv.Reader for `StringSliceVar` method. This doesn't work well with JSON, and we do not need this at all.
Drop it.

Fixes siderolabs#9493

Signed-off-by: Dmitriy Matrenichev <[email protected]>
@DmitriyMV
Copy link
Member Author

/m

@talos-bot talos-bot merged commit 4d90202 into siderolabs:main Oct 14, 2024
52 checks passed
@DmitriyMV DmitriyMV deleted the fix-apply-config branch October 14, 2024 11:11
@smira smira mentioned this pull request Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Proposed
Status: Backported
Development

Successfully merging this pull request may close these issues.

CLI talosctl apply-config doesn't accept inline config patches - bare " in non-quoted-field
3 participants