Skip to content

Commit 9accdb1

Browse files
Merge pull request #266932 from CocoWang-wql/patch-57
Update workload-identity-deploy-cluster.md
2 parents 668c011 + 0e4d008 commit 9accdb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/workload-identity-deploy-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deploy and configure an Azure Kubernetes Service (AKS) cluster with workl
33
description: In this Azure Kubernetes Service (AKS) article, you deploy an Azure Kubernetes Service cluster and configure it with a Microsoft Entra Workload ID.
44
ms.topic: article
55
ms.custom: devx-track-azurecli, linux-related-content
6-
ms.date: 09/27/2023
6+
ms.date: 02/22/2024
77
---
88

99
# Deploy and configure workload identity on an Azure Kubernetes Service (AKS) cluster
@@ -142,7 +142,7 @@ metadata:
142142
name: your-pod
143143
namespace: "${SERVICE_ACCOUNT_NAMESPACE}"
144144
labels:
145-
azure.workload.identity/use: "true"
145+
azure.workload.identity/use: "true" # Required, only the pods with this label can use workload identity
146146
spec:
147147
serviceAccountName: "${SERVICE_ACCOUNT_NAME}"
148148
containers:

0 commit comments

Comments
 (0)