-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
triage/acceptedIssues which should be fixed (post-triage)Issues which should be fixed (post-triage)
Description
Currently, there is only a single --namespace option when creating a KameletBinding. However, there are multiple namespace fields that can be set:
- THe namespace of the binding itself
- The namespace of the
source:ref - The namespace of the
sink:ref
Currently, the specified namespace is used for all three fields. Since cross-namespace references are not allowed, this often is not a problem. However, when referring to default Kamelets from the system namespace, there must a namespace set on the reference (as it would violate the "cross-namespace" constraint).
Maybe add something like --namespace-source and --namespace-sink ?
Metadata
Metadata
Assignees
Labels
triage/acceptedIssues which should be fixed (post-triage)Issues which should be fixed (post-triage)