Skip to content

Commit cdb9220

Browse files
authored
Added label 'azure.workload.identity/use: "true"'
The bash code snippet that deploys a pod to Kubernetes with an Azure Managed Identity Service Account configured is missing the mandatory tag 'azure.workload.identity/use: "true"'.
1 parent 89defef commit cdb9220

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/aks/learn/tutorial-kubernetes-workload-identity.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ kind: Pod
196196
metadata:
197197
name: quick-start
198198
namespace: ${SERVICE_ACCOUNT_NAMESPACE}
199+
labels:
200+
azure.workload.identity/use: "true"
199201
spec:
200202
serviceAccountName: ${SERVICE_ACCOUNT_NAME}
201203
containers:

0 commit comments

Comments
 (0)