We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7704d commit 50095a6Copy full SHA for 50095a6
articles/azure-monitor/containers/integrate-keda.md
@@ -158,6 +158,7 @@ Deploy KEDA using the following command:
158
```bash
159
helm install keda kedacore/keda --namespace keda \
160
--set serviceAccount.create=false \
161
+--set serviceAccount.name=keda-operator \
162
--set podIdentity.azureWorkload.enabled=true \
163
--set podIdentity.azureWorkload.clientId=$USER_ASSIGNED_CLIENT_ID \
164
--set podIdentity.azureWorkload.tenantId=$TENANT_ID
0 commit comments