Expected Behavior
--with-kompose-annotation=false should remove only kompose.* annotations not all annotations
Actual Behavior
--with-kompose-annotation=false removes also custom annotations defined in service[].labels
Steps To Reproduce
kompose convert --with-kompose-annotation=false
Kompose Version
Docker-Compose file
services:
web:
image: nginx
labels:
mycustom.annotation: true
Anything else?
No response