Skip to content

Commit

Permalink
Update utils.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zdrapela committed Oct 2, 2024
1 parent 532a9dd commit 69dfde9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ibm/pipelines/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ az_login() {

mapt_aks_create() {
podman run --user podman --privileged -d --platform=linux/amd64 --rm --name create-aks \
cat /etc/subuid
cat /etc/subgid
-v ${DIR}:/workspace:z \
-e ARM_TENANT_ID=${ARM_TENANT_ID} \
-e ARM_SUBSCRIPTION_ID=${ARM_SUBSCRIPTION_ID} \
Expand Down

0 comments on commit 69dfde9

Please sign in to comment.