Skip to content

Commit

Permalink
Merge pull request #1210 from cvvz/patch-1
Browse files Browse the repository at this point in the history
chore: Update workload-identity-static-pv-mount.md
  • Loading branch information
k8s-ci-robot authored Jan 5, 2024
2 parents 237ef66 + 468d115 commit d0f61a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/workload-identity-static-pv-mount.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export REGION=<your region>
```


### 2. Create a new storage account and fileshare
### 2. Create a new storage account and container

Following the [documentation](https://learn.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-cli) to create a new storage account and container or use your own. And export following environment variables:
```
Expand Down Expand Up @@ -175,4 +175,4 @@ spec:
# tenantID: $IDENTITY_TENANT # optional, only specified when workload identity and AKS cluster are in different tenant
# subscriptionid: $SUBSCRIPTION # optional, only specified when workload identity and AKS cluster are in different subscription
EOF
```
```

0 comments on commit d0f61a9

Please sign in to comment.