Skip to content

Commit 4d2686b

Browse files
Merge pull request #250576 from AjayBathini-MSFT/patch-103
(AzureCXP) fixes MicrosoftDocs/azure-docs#114311
2 parents 6e73776 + fc00f27 commit 4d2686b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/csi-secrets-store-identity-access.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ Before you begin, you must have the following prerequisites:
8585
metadata:
8686
annotations:
8787
azure.workload.identity/client-id: ${USER_ASSIGNED_CLIENT_ID}
88-
labels:
89-
azure.workload.identity/use: "true"
9088
name: ${SERVICE_ACCOUNT_NAME}
9189
namespace: ${SERVICE_ACCOUNT_NAMESPACE}
9290
EOF
@@ -142,6 +140,8 @@ Before you begin, you must have the following prerequisites:
142140
apiVersion: v1
143141
metadata:
144142
name: busybox-secrets-store-inline-wi
143+
labels:
144+
azure.workload.identity/use: "true"
145145
spec:
146146
serviceAccountName: "workload-identity-sa"
147147
containers:

0 commit comments

Comments
 (0)