From 1353e296bac530cef5e3d257ce0b4e0478c55f18 Mon Sep 17 00:00:00 2001 From: Dhiraj Bokde Date: Wed, 20 Nov 2024 09:18:33 -0800 Subject: [PATCH] fix: updated manifests Signed-off-by: Dhiraj Bokde --- install/crd/authorino.kuadrant.io_authconfigs.yaml | 3 +++ install/manifests.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/install/crd/authorino.kuadrant.io_authconfigs.yaml b/install/crd/authorino.kuadrant.io_authconfigs.yaml index be3a33bb..4f963ca4 100644 --- a/install/crd/authorino.kuadrant.io_authconfigs.yaml +++ b/install/crd/authorino.kuadrant.io_authconfigs.yaml @@ -2804,6 +2804,9 @@ spec: dynamically resolve to one from the Authorization JSON. properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- diff --git a/install/manifests.yaml b/install/manifests.yaml index 85db028c..cd566bda 100644 --- a/install/manifests.yaml +++ b/install/manifests.yaml @@ -3112,6 +3112,9 @@ spec: dynamically resolve to one from the Authorization JSON. properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |-