diff --git a/keda/templates/crds/crd-triggerauthentications.yaml b/keda/templates/crds/crd-triggerauthentications.yaml index eebebf3ed..f7faf9968 100644 --- a/keda/templates/crds/crd-triggerauthentications.yaml +++ b/keda/templates/crds/crd-triggerauthentications.yaml @@ -458,6 +458,21 @@ spec: type: string token: type: string + tokenSecretRef: + description: AuthSecretTargetRef is used to authenticate using + a reference to a secret + properties: + key: + type: string + name: + type: string + parameter: + type: string + required: + - key + - name + - parameter + type: object type: object mount: type: string