From 9a06a5dfbbd508cd825796dd76e9b60abfdb12e4 Mon Sep 17 00:00:00 2001 From: Max Cao Date: Tue, 5 Nov 2024 16:32:20 -0800 Subject: [PATCH] Update CRDs for BoundServiceAccountToken triggerAuth source Signed-off-by: Max Cao --- .../crds/crd-clustertriggerauthentications.yaml | 15 +++++++++++++++ .../crds/crd-triggerauthentications.yaml | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/keda/templates/crds/crd-clustertriggerauthentications.yaml b/keda/templates/crds/crd-clustertriggerauthentications.yaml index 823e5140..1c8c0ebb 100644 --- a/keda/templates/crds/crd-clustertriggerauthentications.yaml +++ b/keda/templates/crds/crd-clustertriggerauthentications.yaml @@ -308,6 +308,21 @@ spec: - secrets - vaultUri type: object + boundServiceAccountToken: + items: + properties: + expiry: + type: string + parameter: + type: string + serviceAccountName: + type: string + required: + - expiry + - parameter + - serviceAccountName + type: object + type: array configMapTargetRef: items: description: AuthConfigMapTargetRef is used to authenticate using diff --git a/keda/templates/crds/crd-triggerauthentications.yaml b/keda/templates/crds/crd-triggerauthentications.yaml index 5bfec720..735f9d2e 100644 --- a/keda/templates/crds/crd-triggerauthentications.yaml +++ b/keda/templates/crds/crd-triggerauthentications.yaml @@ -307,6 +307,21 @@ spec: - secrets - vaultUri type: object + boundServiceAccountToken: + items: + properties: + expiry: + type: string + parameter: + type: string + serviceAccountName: + type: string + required: + - expiry + - parameter + - serviceAccountName + type: object + type: array configMapTargetRef: items: description: AuthConfigMapTargetRef is used to authenticate using