diff --git a/chart/crds/Panel.crd.yaml b/chart/crds/Panel.crd.yaml index 4631c2e..c89af02 100644 --- a/chart/crds/Panel.crd.yaml +++ b/chart/crds/Panel.crd.yaml @@ -325,27 +325,17 @@ spec: type: string footer: description: footer section of the panel containing additional - items and tags - properties: - items: - description: list of resource references to render in the - footer - items: - properties: - resourceRefId: - description: the identifier of the k8s custom resource - that should be represented, usually a widget - type: string - required: - - resourceRefId - type: object - type: array - tags: - description: list of string tags to be displayed in the footer - items: + items + items: + properties: + resourceRefId: + description: the identifier of the k8s custom resource that + should be represented, usually a widget type: string - type: array - type: object + required: + - resourceRefId + type: object + type: array headerLeft: description: optional text to be displayed under the title, on the left side of the Panel @@ -380,6 +370,11 @@ spec: - resourceRefId type: object type: array + tags: + description: list of string tags to be displayed in the footer + items: + type: string + type: array title: description: text to be displayed as the panel title type: string