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