From 6d0fea01af9fa0d4de97216736d72cbc710db4e2 Mon Sep 17 00:00:00 2001 From: Amit Lichtenberg Date: Thu, 7 Mar 2024 15:50:21 +0200 Subject: [PATCH] Prettify output --- static/code-examples/azure-iam-aks/client.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/code-examples/azure-iam-aks/client.yaml b/static/code-examples/azure-iam-aks/client.yaml index 4ba88467f..6635773b0 100644 --- a/static/code-examples/azure-iam-aks/client.yaml +++ b/static/code-examples/azure-iam-aks/client.yaml @@ -35,4 +35,4 @@ spec: value: otterizetutorialazureiam - name: AZURE_STORAGE_CONTAINER value: test - args: [ "while true; do az login --federated-token \"$(cat $AZURE_FEDERATED_TOKEN_FILE)\" --service-principal -u $AZURE_CLIENT_ID -t $AZURE_TENANT_ID; az storage blob list --container $AZURE_STORAGE_CONTAINER --account-name $AZURE_STORAGE_ACCOUNT --auth-mode login; sleep 1; echo 'Client - The time is:'; curl -v --silent google.com 2>&1 | grep 'Date:'; sleep 2; done" ] \ No newline at end of file + args: [ "while true; do az login -o table --federated-token \"$(cat $AZURE_FEDERATED_TOKEN_FILE)\" --service-principal -u $AZURE_CLIENT_ID -t $AZURE_TENANT_ID; az storage blob list --container $AZURE_STORAGE_CONTAINER --account-name $AZURE_STORAGE_ACCOUNT --auth-mode login -o table; sleep 1; echo 'Client - The time is:' $(date); sleep 2; done" ] \ No newline at end of file