Add possibility to change kompose specific labels in k8s manifests #1960
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
What would you like to be added?
To remove the labels there is already an option:
--with-kompose-annotation=false
But there is still a label generated "io.kompose.service" - it would be cool to have another cmd line flag e.g. "--with-kompose-service-name=app" to get rid of the kompose specific stuff
Sample now:
Sample later:
kompose convert --with-kompose-annotation=false --with-kompose-service-name=app ...
Why is this needed?
generating a clean k8s manifest without kompose leftovers ...
The text was updated successfully, but these errors were encountered: