Skip to content

Commit

Permalink
remove old content field
Browse files Browse the repository at this point in the history
  • Loading branch information
addreas committed Jul 19, 2022
1 parent e3ae26d commit bbf6022
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion api/integreatly/v1alpha1/grafanadashboard_types.go
Expand Up @@ -81,7 +81,6 @@ type GrafanaDashboardRef struct {
}

type GrafanaDashboardStatus struct {
Content string `json:"content,omitempty"`
ContentGzip []byte `json:"contentGzip,omitempty"`
ContentTimestamp *metav1.Time `json:"contentTimestamp,omitempty"`
ContentUrl string `json:"contentUrl,omitempty"`
Expand Down
2 changes: 0 additions & 2 deletions config/crd/bases/integreatly.org_grafanadashboards.yaml
Expand Up @@ -131,8 +131,6 @@ spec:
type: object
status:
properties:
content:
type: string
contentGzip:
format: byte
type: string
Expand Down

0 comments on commit bbf6022

Please sign in to comment.