citrusframework / yaks

YAKS is a platform to enable Cloud Native BDD testing on Kubernetes
Apache License 2.0
83 stars 27 forks source link

Add modeline support for Camel K runtime config (e.g. secrets, configmap) #426

Closed christophd closed 1 year ago

christophd commented 1 year ago

Users are able to add modeline instructions to add runtime configuration such as secrets or configmaps.

Example modeline:

// camel-k: config=secret:my-secret
// camel-k: config=configmap:my-settings

YAKS should support this kind of runtime configuration and add respective trait configurations when creating the integration custom resource.