File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
articles/azure-monitor/containers Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ This article walks you through the steps to integrate KEDA into your AKS cluster
62
62
To enable workload identity and oidc-issuer, run the following command.
63
63
64
64
` ` ` azurecli
65
- az aks update -g $RESOURCE_GROUP -n $AKS_CLUSTER_NAME --enable-managed -identity --enable-oidc-issuer
65
+ az aks update -g $RESOURCE_GROUP -n $AKS_CLUSTER_NAME --enable-workload -identity --enable-oidc-issuer
66
66
` ` `
67
67
68
68
1. Store the OIDC issuer url in an environment variable to be used later.
@@ -158,6 +158,7 @@ Deploy KEDA using the following command:
158
158
159
159
` ` ` bash
160
160
helm install keda kedacore/keda --namespace keda \
161
+ --set serviceAccount.create=false \
161
162
--set podIdentity.azureWorkload.enabled=true \
162
163
--set podIdentity.azureWorkload.clientId=$USER_ASSIGNED_CLIENT_ID \
163
164
--set podIdentity.azureWorkload.tenantId=$TENANT_ID
You can’t perform that action at this time.
0 commit comments