Skip to content

Commit 1a5f7c6

Browse files
authored
Merge pull request #108462 from davidhoferzeni/patch-1
Added label 'azure.workload.identity/use: "true"'
2 parents 5541b65 + cdb9220 commit 1a5f7c6

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)