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 invalid kubeconfig when \\n is present in kubeconfigStr #176

Conversation

nvthongswansea
Copy link
Member

@nvthongswansea nvthongswansea commented Jul 16, 2024

Replace \\n with \n in kubeconfig string

replace "\\n" with "\n" in kubeconfig string
@nvthongswansea nvthongswansea merged commit 40bd0e2 into master Jul 16, 2024
1 check passed
@fabiante
Copy link

Does this fix an error which reads like yaml: mapping values are not allowed in this context?

@nvthongswansea
Copy link
Member Author

Does this fix an error which reads like yaml: mapping values are not allowed in this context?

Yes, it does.

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