Skip to content

Commit

Permalink
Ingress ref crd fix (#184)
Browse files Browse the repository at this point in the history
* Add missing property for ingressRef

* add properties for route too

Co-authored-by: Martin Shwalbe <martin.shwalbe@gmail.com>
  • Loading branch information
davidkarlsen and Hounddog committed Nov 24, 2021
1 parent 796a57f commit eeb5acc
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -53,8 +53,14 @@ spec:
properties:
ingressRef:
type: object
properties:
name:
type: string
routeRef:
type: object
properties:
name:
type: string
type: object
required:
- name
Expand Down

0 comments on commit eeb5acc

Please sign in to comment.