From 0a2eed228877f4f7633f8c96fcff6fe8a8172ed3 Mon Sep 17 00:00:00 2001 From: Amit Lichtenberg Date: Sun, 10 Mar 2024 20:59:51 +0200 Subject: [PATCH] Document the label --- static/code-examples/azure-iam-aks/client.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/static/code-examples/azure-iam-aks/client.yaml b/static/code-examples/azure-iam-aks/client.yaml index cabc089d6..64ba8c385 100644 --- a/static/code-examples/azure-iam-aks/client.yaml +++ b/static/code-examples/azure-iam-aks/client.yaml @@ -22,6 +22,7 @@ spec: metadata: labels: app: client + # Required by the Azure workload identity operator, only the pods with this label can use workload identity azure.workload.identity/use: "true" spec: serviceAccountName: client