Skip to content

Commit

Permalink
fix: disable Azure Policy while creating AKS
Browse files Browse the repository at this point in the history
  • Loading branch information
binbin-li committed Sep 18, 2024
1 parent 161fd6b commit 02ea7c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/create-azure-resources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ create_aks() {
--generate-ssh-keys \
--enable-workload-identity \
--attach-acr ${ACR_NAME} \
--enable-addons "" \
--enable-oidc-issuer >/dev/null
echo "AKS '${AKS_NAME}' is created"

Expand Down

0 comments on commit 02ea7c2

Please sign in to comment.