From 7ae2a741bce20d72614361340feb7462feed9f04 Mon Sep 17 00:00:00 2001 From: ste <steff.bpoulsen@gmail.com> Date: Fri, 10 Jan 2025 02:00:04 +0100 Subject: [PATCH] chore: Generate manifests --- ...rafana.integreatly.org_grafananotificationpolicies.yaml | 7 ++++++- ...rafana.integreatly.org_grafananotificationpolicies.yaml | 7 ++++++- deploy/kustomize/base/crds.yaml | 7 ++++++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/config/crd/bases/grafana.integreatly.org_grafananotificationpolicies.yaml b/config/crd/bases/grafana.integreatly.org_grafananotificationpolicies.yaml index 99be2d0e4..f368d7536 100644 --- a/config/crd/bases/grafana.integreatly.org_grafananotificationpolicies.yaml +++ b/config/crd/bases/grafana.integreatly.org_grafananotificationpolicies.yaml @@ -16,7 +16,12 @@ spec: singular: grafananotificationpolicy scope: Namespaced versions: - - name: v1beta1 + - additionalPrinterColumns: + - format: date-time + jsonPath: .status.lastResync + name: Last resync + type: date + name: v1beta1 schema: openAPIV3Schema: description: GrafanaNotificationPolicy is the Schema for the GrafanaNotificationPolicy diff --git a/deploy/helm/grafana-operator/crds/grafana.integreatly.org_grafananotificationpolicies.yaml b/deploy/helm/grafana-operator/crds/grafana.integreatly.org_grafananotificationpolicies.yaml index 99be2d0e4..f368d7536 100644 --- a/deploy/helm/grafana-operator/crds/grafana.integreatly.org_grafananotificationpolicies.yaml +++ b/deploy/helm/grafana-operator/crds/grafana.integreatly.org_grafananotificationpolicies.yaml @@ -16,7 +16,12 @@ spec: singular: grafananotificationpolicy scope: Namespaced versions: - - name: v1beta1 + - additionalPrinterColumns: + - format: date-time + jsonPath: .status.lastResync + name: Last resync + type: date + name: v1beta1 schema: openAPIV3Schema: description: GrafanaNotificationPolicy is the Schema for the GrafanaNotificationPolicy diff --git a/deploy/kustomize/base/crds.yaml b/deploy/kustomize/base/crds.yaml index 0bd451c9d..3cc85fb53 100644 --- a/deploy/kustomize/base/crds.yaml +++ b/deploy/kustomize/base/crds.yaml @@ -1670,7 +1670,12 @@ spec: singular: grafananotificationpolicy scope: Namespaced versions: - - name: v1beta1 + - additionalPrinterColumns: + - format: date-time + jsonPath: .status.lastResync + name: Last resync + type: date + name: v1beta1 schema: openAPIV3Schema: description: GrafanaNotificationPolicy is the Schema for the GrafanaNotificationPolicy