Skip to content

Commit 45a1927

Browse files
authored
Fix bash commands in integrate-keda.md
1 parent 955804b commit 45a1927

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-monitor/containers/integrate-keda.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ This article walks you through the steps to integrate KEDA into your AKS cluster
6262
To enable workload identity and oidc-issuer, run the following command.
6363

6464
```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
6666
```
6767

6868
1. Store the OIDC issuer url in an environment variable to be used later.
@@ -158,6 +158,7 @@ Deploy KEDA using the following command:
158158

159159
```bash
160160
helm install keda kedacore/keda --namespace keda \
161+
--set serviceAccount.create=false \
161162
--set podIdentity.azureWorkload.enabled=true \
162163
--set podIdentity.azureWorkload.clientId=$USER_ASSIGNED_CLIENT_ID \
163164
--set podIdentity.azureWorkload.tenantId=$TENANT_ID

0 commit comments

Comments
 (0)