Skip to content

Commit 2ca9a64

Browse files
Merge pull request #218562 from CocoWang-wql/patch-24
Update tutorial-kubernetes-workload-identity.md
2 parents 8a7d27b + cd729b5 commit 2ca9a64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Tutorial - Use a workload identity with an application on Azure Kubernete
33
description: In this Azure Kubernetes Service (AKS) tutorial, you deploy an Azure Kubernetes Service cluster and configure an application to use a workload identity.
44
services: container-service
55
ms.topic: tutorial
6-
ms.date: 09/29/2022
6+
ms.date: 11/16/2022
77
---
88

99
# Tutorial: Use a workload identity with an application on Azure Kubernetes Service (AKS)
@@ -223,8 +223,8 @@ spec:
223223
- image: ghcr.io/azure/azure-workload-identity/msal-go
224224
name: oidc
225225
env:
226-
- name: KEYVAULT_NAME
227-
value: ${KEYVAULT_NAME}
226+
- name: KEYVAULT_URL
227+
value: ${KEYVAULT_URL}
228228
- name: SECRET_NAME
229229
value: ${KEYVAULT_SECRET_NAME}
230230
nodeSelector:
@@ -302,4 +302,4 @@ This tutorial is for introductory purposes. For guidance on a creating full solu
302302
[az-aks-get-credentials]: /cli/azure/aks#az-aks-get-credentials
303303
[az-identity-federated-credential-create]: /cli/azure/identity/federated-credential#az-identity-federated-credential-create
304304
[aks-tutorial]: ../tutorial-kubernetes-prepare-app.md
305-
[aks-solution-guidance]: /azure/architecture/reference-architectures/containers/aks-start-here
305+
[aks-solution-guidance]: /azure/architecture/reference-architectures/containers/aks-start-here

0 commit comments

Comments
 (0)