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
Describe the bug
CRD for
SecretImporterhas: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