Skip to content

Commit

Permalink
Update configure-values.sh (#351)
Browse files Browse the repository at this point in the history
It is better to set output format.

Co-authored-by: Alex Leites <[email protected]>
  • Loading branch information
jacobbaek and tallaxes authored Oct 23, 2024
1 parent f9ed254 commit f7b6f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/deploy/configure-values.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ AZURE_RESOURCE_GROUP=$2
KARPENTER_SERVICE_ACCOUNT_NAME=$3
AZURE_KARPENTER_USER_ASSIGNED_IDENTITY_NAME=$4

AKS_JSON=$(az aks show --name "$CLUSTER_NAME" --resource-group "$AZURE_RESOURCE_GROUP")
AKS_JSON=$(az aks show --name "$CLUSTER_NAME" --resource-group "$AZURE_RESOURCE_GROUP" -o json)
AZURE_LOCATION=$(jq -r ".location" <<< "$AKS_JSON")
AZURE_RESOURCE_GROUP_MC=$(jq -r ".nodeResourceGroup" <<< "$AKS_JSON")

Expand Down

0 comments on commit f7b6f9d

Please sign in to comment.