Skip to content

Commit dabea7e

Browse files
committed
chore: make all
1 parent 73c60a5 commit dabea7e

20 files changed

+1271
-67
lines changed

config/crd/bases/grafana.integreatly.org_grafanaalertrulegroups.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,13 @@ spec:
4545
items:
4646
type: string
4747
type: array
48+
x-kubernetes-list-type: atomic
4849
required:
4950
- key
5051
- operator
5152
type: object
5253
type: array
54+
x-kubernetes-list-type: atomic
5355
matchLabels:
5456
additionalProperties:
5557
type: string

config/crd/bases/grafana.integreatly.org_grafanacontactpoints.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,13 @@ spec:
4343
items:
4444
type: string
4545
type: array
46+
x-kubernetes-list-type: atomic
4647
required:
4748
- key
4849
- operator
4950
type: object
5051
type: array
52+
x-kubernetes-list-type: atomic
5153
matchLabels:
5254
additionalProperties:
5355
type: string

config/crd/bases/grafana.integreatly.org_grafanadashboards.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,13 @@ spec:
159159
items:
160160
type: string
161161
type: array
162+
x-kubernetes-list-type: atomic
162163
required:
163164
- key
164165
- operator
165166
type: object
166167
type: array
168+
x-kubernetes-list-type: atomic
167169
matchLabels:
168170
additionalProperties:
169171
type: string

config/crd/bases/grafana.integreatly.org_grafanadatasources.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,13 @@ spec:
8686
items:
8787
type: string
8888
type: array
89+
x-kubernetes-list-type: atomic
8990
required:
9091
- key
9192
- operator
9293
type: object
9394
type: array
95+
x-kubernetes-list-type: atomic
9496
matchLabels:
9597
additionalProperties:
9698
type: string

config/crd/bases/grafana.integreatly.org_grafanafolders.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,13 @@ spec:
4848
items:
4949
type: string
5050
type: array
51+
x-kubernetes-list-type: atomic
5152
required:
5253
- key
5354
- operator
5455
type: object
5556
type: array
57+
x-kubernetes-list-type: atomic
5658
matchLabels:
5759
additionalProperties:
5860
type: string

config/crd/bases/grafana.integreatly.org_grafanas.yaml

+183
Large diffs are not rendered by default.

config/grafana.integreatly.org_grafanaalertrulegroups.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,13 @@ spec:
7979
items:
8080
type: string
8181
type: array
82+
x-kubernetes-list-type: atomic
8283
required:
8384
- key
8485
- operator
8586
type: object
8687
type: array
88+
x-kubernetes-list-type: atomic
8789
matchLabels:
8890
additionalProperties:
8991
type: string

config/grafana.integreatly.org_grafanacontactpoints.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,13 @@ spec:
7373
items:
7474
type: string
7575
type: array
76+
x-kubernetes-list-type: atomic
7677
required:
7778
- key
7879
- operator
7980
type: object
8081
type: array
82+
x-kubernetes-list-type: atomic
8183
matchLabels:
8284
additionalProperties:
8385
type: string

config/grafana.integreatly.org_grafanadashboards.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -243,11 +243,13 @@ spec:
243243
items:
244244
type: string
245245
type: array
246+
x-kubernetes-list-type: atomic
246247
required:
247248
- key
248249
- operator
249250
type: object
250251
type: array
252+
x-kubernetes-list-type: atomic
251253
matchLabels:
252254
additionalProperties:
253255
type: string

config/grafana.integreatly.org_grafanadatasources.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,13 @@ spec:
119119
items:
120120
type: string
121121
type: array
122+
x-kubernetes-list-type: atomic
122123
required:
123124
- key
124125
- operator
125126
type: object
126127
type: array
128+
x-kubernetes-list-type: atomic
127129
matchLabels:
128130
additionalProperties:
129131
type: string

config/grafana.integreatly.org_grafanafolders.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,13 @@ spec:
7979
items:
8080
type: string
8181
type: array
82+
x-kubernetes-list-type: atomic
8283
required:
8384
- key
8485
- operator
8586
type: object
8687
type: array
88+
x-kubernetes-list-type: atomic
8789
matchLabels:
8890
additionalProperties:
8991
type: string

0 commit comments

Comments
 (0)