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