We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
JKube is always generating resource manifests with Unix line endings (Line Feed). On windows it should be generating line feed for windows.
Adding the following Jackson configuration in org.eclipse.jkube.kit.common.util.Serialization seems to fix the issue
org.eclipse.jkube.kit.common.util.Serialization
.configure(YAMLGenerator.Feature.USE_PLATFORM_LINE_BREAKS, true)
SNAPSHOT
Kubernetes Maven Plugin
None
mvn k8s:resource
JKube should generate files with platform specific line endings
minikube
1.25.3
Windows
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
JKube is always generating resource manifests with Unix line endings (Line Feed). On windows it should be generating line feed for windows.
Adding the following Jackson configuration in
org.eclipse.jkube.kit.common.util.Serialization
seems to fix the issueEclipse JKube version
SNAPSHOT
Component
Kubernetes Maven Plugin
Apache Maven version
None
Gradle version
None
Steps to reproduce
mvn k8s:resource
on WindowsExpected behavior
JKube should generate files with platform specific line endings
Runtime
minikube
Kubernetes API Server version
1.25.3
Environment
Windows
Eclipse JKube Logs
No response
Sample Reproducer Project
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: