From c81c8a41cf83dd92b1c0f61ab91785e4ecf4b435 Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Thu, 5 Oct 2023 05:33:25 +0000 Subject: [PATCH] doc: fix code spelling errors --- .github/workflows/codespell.yml | 2 +- deploy/example/azure.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 85485b8dc8..58590a33a5 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -13,4 +13,4 @@ jobs: with: check_filenames: true skip: ./.git,./.github/workflows/codespell.yml,.git,*.png,*.jpg,*.svg,*.sum,./vendor,go.sum,crd-csi-snapshot-ga.yaml,crd-csi-snapshot.yaml - ignore_words_list: "AKS,aks,ro" + ignore_words_list: "AKS,aks,ro,accend" diff --git a/deploy/example/azure.json b/deploy/example/azure.json index e02848e3c7..b555370d23 100644 --- a/deploy/example/azure.json +++ b/deploy/example/azure.json @@ -6,8 +6,8 @@ "location": "eastus2", // mandatory "aadClientId": "xxxx-xxxx-xxxx-xxxx-xxxx", // mandatory if using service principal "aadClientSecret": "xxxx-xxxx-xxxx-xxxx-xxxx", // mandatory if using service principal - "useManagedIdentityExtension": false, // set true if using managed idenitty - "userAssignedIdentityID": "", // mandatory if using managed idenitty + "useManagedIdentityExtension": false, // set true if using managed identity + "userAssignedIdentityID": "", // mandatory if using managed identity "useInstanceMetadata": true, // optional "vmType": "standard", // optional "subnetName": "k8s-subnet", // optional