Skip to content

Commit

Permalink
Make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhuynh2 committed Feb 8, 2023
1 parent d22194f commit 9568b49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/crd/bases/integreatly.org_grafanas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ spec:
auth.generic_oauth:
properties:
allow_sign_up:
nullable: true
type: boolean
allowed_domains:
type: string
Expand All @@ -178,6 +177,7 @@ spec:
nullable: true
type: boolean
name:
nullable: true
type: string
role_attribute_path:
type: string
Expand Down
5 changes: 4 additions & 1 deletion deploy/manifests/latest/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: grafanadashboards.integreatly.org
spec:
group: integreatly.org
Expand Down Expand Up @@ -167,6 +168,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: grafanadatasources.integreatly.org
spec:
group: integreatly.org
Expand Down Expand Up @@ -746,6 +748,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: grafanas.integreatly.org
spec:
group: integreatly.org
Expand Down Expand Up @@ -901,7 +904,6 @@ spec:
auth.generic_oauth:
properties:
allow_sign_up:
nullable: true
type: boolean
allowed_domains:
type: string
Expand All @@ -919,6 +921,7 @@ spec:
nullable: true
type: boolean
name:
nullable: true
type: string
role_attribute_path:
type: string
Expand Down

0 comments on commit 9568b49

Please sign in to comment.