Skip to content

Use configMapRef for ConfigMap data sources #2352

@dmartinol

Description

@dmartinol

Update the MCPRegistry data types to use existing kubernetes data types like configMapRef.

Change from:

spec:
  source:
    type: configmap
    configmap:
      name: minimal-registry-data

to:

spec:
  source:
    type: configmap
    configMapRef:
      name: minimal-registry-data

Metadata

Metadata

Assignees

No one assigned

    Labels

    apiItems related to the APIenhancementNew feature or requestkubernetesItems related to Kubernetesoperator

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions