Skip to content

Fix plugin argument parsing after kube TLS boolean flag - #32526

Open
ulofiai wants to merge 1 commit into
helm:mainfrom
ulofiai:fix/issue-13686
Open

Fix plugin argument parsing after kube TLS boolean flag#32526
ulofiai wants to merge 1 commit into
helm:mainfrom
ulofiai:fix/issue-13686

Conversation

@ulofiai

@ulofiai ulofiai commented Aug 8, 2026

Copy link
Copy Markdown

Fixes #13686.

Treat --kube-insecure-skip-tls-verify as an optional-value boolean while separating Helm flags from plugin arguments. A bare flag no longer consumes the following plugin flag, while explicit separated boolean values are normalized to --flag=value for compatibility.

Adds focused regression coverage for bare, separated-value, and inline-value forms.

Signed-off-by: ulofiai <monsterking@tutamail.com>
@pull-request-size pull-request-size Bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Aug 8, 2026
@github-actions github-actions Bot added the v4.x Issues and Pull Requests related to the major version v4 label Aug 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/M Denotes a PR that changes 30-99 lines, ignoring generated files. v4.x Issues and Pull Requests related to the major version v4

Projects

None yet

Development

Successfully merging this pull request may close these issues.

incorrect arg parsing with helm plugins

1 participant