Skip to content

Commit

Permalink
chore: Generate manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
Baarsgaard committed Jan 10, 2025
1 parent 2d2add9 commit 7ae2a74
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 6 additions & 1 deletion deploy/kustomize/base/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ae2a74

Please sign in to comment.