Skip to content

SecretImporter has bogus sourceSecret section. #1036

Description

@GrahamDumpleton

Describe the bug

CRD for SecretImporter has:

                sourceSecret:
                  type: object
                  required:
                  - name
                  properties:
                    name:
                      type: string

Since the name of the source secret is determined from name of the custom resource, this appears to be a cut and paste mistake when code was written. The property is never used in the code.

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status
    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions