Skip to content

Failing to setting up KEDA azure-queue ScaledObjects #2014

Discussion options

You must be logged in to vote

I got it to work with the following confirguration:

first, I created a secret:

kubectl create secret generic my-secret --from-literal=azure-storage-connectionstring="DefaultEndpointsProtocol=https;AccountName=my-storage;AccountKey=V0aPXTlPDWg6dkId/fBSD73TO8lugdkwpfHIRbaPNFcUlQY1RSCqynNt1SQdDpQfquQUxwSFlkxL2XMUnSBc8Q==;EndpointSuffix=core.windows.net"

then I applied this configuration:

apiVersion: keda.sh/v1alpha1
kind: TriggerAuthentication
metadata:
  name: my-queue-auth
spec:
  podIdentity:
    provider: none
  secretTargetRef:
  - parameter: connection
    name: my-secret
    key: azure-storage-connectionstring
---
apiVersion: keda.sh/v1alpha1
kind: ScaledObject
metadata:
  name: my-az…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@zroubalik
Comment options

@zroubalik
Comment options

@gc-sebastienle
Comment options

@gc-sebastienle
Comment options

@sebastienle14
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by zroubalik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants