From f2a0dd6842e53527ba964acc5c23e5a092367eb8 Mon Sep 17 00:00:00 2001 From: fangzj1991 <48780090+fangzj1991@users.noreply.github.com> Date: Wed, 18 Sep 2024 09:07:54 +0800 Subject: [PATCH] Update sample-helm-config.yaml change AAD pod identity to workload identity since AAD pod identity has been deprecated --- docs/examples/sample-helm-config.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/examples/sample-helm-config.yaml b/docs/examples/sample-helm-config.yaml index 312c4c839..d08d2e01d 100644 --- a/docs/examples/sample-helm-config.yaml +++ b/docs/examples/sample-helm-config.yaml @@ -30,10 +30,9 @@ appgw: # Specify the authentication with Azure Resource Manager # # Two authentication methods are available: -# - Option 1: AAD-Pod-Identity (https://github.com/Azure/aad-pod-identity) +# - Option 1: Azure-AD-workload-identity armAuth: - type: aadPodIdentity - identityResourceID: + type: workloadIdentity identityClientID: ## Alternatively you can use Service Principal credentials