I deploy my app to a cloud service called CloudBees. When deploying my app -which includes charts- it is looking for the charts license.
Can I copy my license under my account on CloudBees?
Is there a way to bundle the license as part of the application?
Hi,
You can embed the license into your war as a resource (e.g. under src/main/resources in maven project). The license checking logic should find it from there.
cheers, matti
Sounds good thank you.