diff --git a/helm/rustfs-manager-operator/crd/rustfsbuckets.rustfs.badhouseplants.net.yaml b/helm/rustfs-manager-operator/crd/rustfsbuckets.rustfs.badhouseplants.net.yaml index b15795b..90cece9 100644 --- a/helm/rustfs-manager-operator/crd/rustfsbuckets.rustfs.badhouseplants.net.yaml +++ b/helm/rustfs-manager-operator/crd/rustfsbuckets.rustfs.badhouseplants.net.yaml @@ -92,6 +92,9 @@ spec: - type type: object type: array + configMapName: + nullable: true + type: string endpoint: nullable: true type: string diff --git a/helm/rustfs-manager-operator/crd/rustfsusers.rustfs.badhouseplants.net.yaml b/helm/rustfs-manager-operator/crd/rustfsusers.rustfs.badhouseplants.net.yaml index 34e6b29..51e16d7 100644 --- a/helm/rustfs-manager-operator/crd/rustfsusers.rustfs.badhouseplants.net.yaml +++ b/helm/rustfs-manager-operator/crd/rustfsusers.rustfs.badhouseplants.net.yaml @@ -19,15 +19,15 @@ spec: name: User Name type: string - description: The name of the secret - jsonPath: .status.secretName` + jsonPath: .status.secretName name: Secret type: string - description: The name of the configmap - jsonPath: .status.configMapName` + jsonPath: .status.configMapName name: ConfigMap type: string - description: Which access is set to the user - jsonPath: .spec.access` + jsonPath: .spec.access name: Access type: string - description: Is the S3Instance ready