Skip to content

Commit 9008280

Browse files
Merge pull request #250088 from CocoWang-wql/patch-42
add service account name in pod yaml
2 parents 10d383c + b522c2d commit 9008280

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to integrate the Azure Key Vault Provider for Secrets Sto
44
author: nickomang
55
ms.author: nickoman
66
ms.topic: article
7-
ms.date: 07/25/2023
7+
ms.date: 09/01/2023
88
ms.custom: devx-track-azurecli, devx-track-linux
99
---
1010

@@ -236,7 +236,8 @@ Before you begin, you must have the following prerequisites:
236236
name: busybox-secrets-store-inline-user-msi
237237
spec:
238238
containers:
239-
- name: busybox
239+
- serviceAccountName: "workload-identity-sa"
240+
name: busybox
240241
image: registry.k8s.io/e2e-test-images/busybox:1.29-4
241242
command:
242243
- "/bin/sleep"

0 commit comments

Comments
 (0)