Skip to content

Commit

Permalink
Added new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
tomergreenwald committed Mar 10, 2024
1 parent 3b6114d commit 450750f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/code-examples/azure-iam-aks/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ spec:
value: otterizeazureiamtutorial
- name: AZURE_STORAGE_CONTAINER
value: otterizeazureiamtutorialcontainer
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" ]
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; echo '\n'; az storage blob list --container $AZURE_STORAGE_CONTAINER --account-name $AZURE_STORAGE_ACCOUNT --auth-mode login -o table; sleep 1; echo '\nClient - The time is:' $(date)\n; sleep 2; done" ]

0 comments on commit 450750f

Please sign in to comment.