Skip to content

Commit e331a39

Browse files
committed
Update crd
1 parent a3841d4 commit e331a39

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

charts/flaiserator-crd/charts/crds/templates/applications.fintlabs.no-v1.yml

+23
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,29 @@ spec:
123123
items:
124124
type: "string"
125125
type: "array"
126+
routes:
127+
items:
128+
properties:
129+
headers:
130+
additionalProperties:
131+
type: "string"
132+
type: "object"
133+
host:
134+
type: "string"
135+
middlewares:
136+
items:
137+
type: "string"
138+
type: "array"
139+
path:
140+
type: "string"
141+
queries:
142+
additionalProperties:
143+
type: "string"
144+
type: "object"
145+
required:
146+
- "host"
147+
type: "object"
148+
type: "array"
126149
type: "object"
127150
kafka:
128151
properties:

0 commit comments

Comments
 (0)