You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
utils.IsText is sensitive to windows line separator (CRLF - \r\n) so it is possible to convert CRLF to LF (like DOS2Unix) in order to make sure the ConfigMap will be tagged correctly as text
Actual Behavior
The ConfigMap tagged as Binary
Steps To Reproduce
Create file in ./tls/a.key along to the docker-compose.yml file (use CRLF instead of LF as line separator)
Run -f C:\another-path\docker-compose.yml convert --stdout --with-kompose-annotation=false command from another path
Expected Behavior
utils.IsText is sensitive to windows line separator (CRLF - \r\n) so it is possible to convert CRLF to LF (like DOS2Unix) in order to make sure the ConfigMap will be tagged correctly as text
Actual Behavior
The ConfigMap tagged as Binary
Steps To Reproduce
./tls/a.key
along to the docker-compose.yml file (use CRLF instead of LF as line separator)-f C:\another-path\docker-compose.yml convert --stdout --with-kompose-annotation=false
command from another pathKompose Version
Docker-Compose file
Anything else?
No response
The text was updated successfully, but these errors were encountered: