Skip to content

For "binding create" multiple namespace options are required #244

@rhuss

Description

@rhuss

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

No one assigned

    Labels

    triage/acceptedIssues which should be fixed (post-triage)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions