dekorateio / dekorate

Tools for generating Kubernetes related manifests.
Apache License 2.0
467 stars 101 forks source link

Fix Label not using correct kinds #1296

Closed xstefank closed 4 weeks ago

xstefank commented 4 weeks ago

When I tried something like new AddLabelDecorator(name, label.getKey(), label.getValue(), ROUTE) it didn't work. I figured out this fix which fixed it for my case but feel free to point any issues since this is my first PR to this project.