Skip to content

Commit bae9ec3

Browse files
Fix typo
1 parent f9eecdd commit bae9ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/keda-workload-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ This article shows you how to securely scale your applications with the Kubernet
188188
kubectl get pod -n kube-system -lapp=keda-operator -w
189189
````
190190
191-
1. Once you've confirmed the keda-operator pods have finished rolling hit `Ctrl+c` to break the previous watch command then then confirm the Workload Identity environment variables have been injected.
191+
1. Once you've confirmed the keda-operator pods have finished rolling hit `Ctrl+c` to break the previous watch command then confirm the Workload Identity environment variables have been injected.
192192
193193
```azurecli-interactive
194194
KEDA_POD_ID=$(kubectl get po -n kube-system -l app.kubernetes.io/name=keda-operator -ojsonpath='{.items[0].metadata.name}')

0 commit comments

Comments
 (0)