-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
bugSomething isn't workingSomething isn't working
Description
In kubernetes transformers, the following sample uses appName and serviceAccountName as arugments which will eventually be part of the component model and these names can not be used across any other transformer.
As a suggestion, I would add some annotations field to $metadata and use it as a freemap then use it to define arguments, for example:
#SomeTransformer: v1.#Transformer & {
v1.#Component
…
$metadata: annotations: kubernetes: deployment: appName: string | *$metadata.id
}Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working