Skip to content

Commit

Permalink
Better sentence structure
Browse files Browse the repository at this point in the history
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
  • Loading branch information
somtochiama committed Mar 29, 2023
1 parent a2d7cb4 commit efd0d21
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/spec/v1beta2/helmrepositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,10 @@ patches:
azure.workload.identity/use: "true"
```

To use Workload Identity, you would have to install the Workload Identity
mutating webhook, crete an identity that has access to ACR, establish federated
identity between the source-controller Service Account and the identity, and
then patch the source-controller Pod and ServiceAccount as shown in the patch
To use Workload Identity, you have to install the Workload Identity
mutating webhook and create an identity that has access to ACR. Next, establish
a federated identity between the source-controller Service Account and the
identity. Patch the source-controller Pod and ServiceAccount as shown in the patch
above. Please take a look at this [guide](https://azure.github.io/azure-workload-identity/docs/quick-start.html#6-establish-federated-identity-credential-between-the-identity-and-the-service-account-issuer--subject).

##### AAD Pod Identity
Expand Down
8 changes: 4 additions & 4 deletions docs/spec/v1beta2/ocirepositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@ patches:
azure.workload.identity/use: "true"
```

To use Workload Identity, you would have to install the Workload Identity
mutating webhook, crete an identity that has access to ACR, establish federated
identity between the source-controller Service Account and the identity, and
then patch the source-controller Pod and ServiceAccount as shown in the patch
To use Workload Identity, you have to install the Workload Identity
mutating webhook and create an identity that has access to ACR. Next, establish
a federated identity between the source-controller Service Account and the
identity. Patch the source-controller Pod and ServiceAccount as shown in the patch
above. Please take a look at this [guide](https://azure.github.io/azure-workload-identity/docs/quick-start.html#6-establish-federated-identity-credential-between-the-identity-and-the-service-account-issuer--subject).

##### AAD Pod Identity
Expand Down

0 comments on commit efd0d21

Please sign in to comment.