diff --git a/bundle/manifests/limitador.kuadrant.io_limitadors.yaml b/bundle/manifests/limitador.kuadrant.io_limitadors.yaml index 4424643c..8baac9b9 100644 --- a/bundle/manifests/limitador.kuadrant.io_limitadors.yaml +++ b/bundle/manifests/limitador.kuadrant.io_limitadors.yaml @@ -55,6 +55,9 @@ spec: type: object status: description: LimitadorStatus defines the observed state of Limitador + properties: + service-url: + type: string type: object type: object served: true diff --git a/config/crd/bases/limitador.kuadrant.io_limitadors.yaml b/config/crd/bases/limitador.kuadrant.io_limitadors.yaml index aa43a1d7..5a1bbf9c 100644 --- a/config/crd/bases/limitador.kuadrant.io_limitadors.yaml +++ b/config/crd/bases/limitador.kuadrant.io_limitadors.yaml @@ -57,6 +57,9 @@ spec: type: object status: description: LimitadorStatus defines the observed state of Limitador + properties: + service-url: + type: string type: object type: object served: true diff --git a/config/deploy/manfiests.yaml b/config/deploy/manfiests.yaml index ee573b77..cce6420f 100644 --- a/config/deploy/manfiests.yaml +++ b/config/deploy/manfiests.yaml @@ -62,6 +62,9 @@ spec: type: object status: description: LimitadorStatus defines the observed state of Limitador + properties: + service-url: + type: string type: object type: object served: true diff --git a/config/install/manifests.yaml b/config/install/manifests.yaml index a17f46bf..720c2379 100644 --- a/config/install/manifests.yaml +++ b/config/install/manifests.yaml @@ -55,6 +55,9 @@ spec: type: object status: description: LimitadorStatus defines the observed state of Limitador + properties: + service-url: + type: string type: object type: object served: true