Skip to content

Commit 16269b2

Browse files
committed
updated sentence
1 parent 5cb94ed commit 16269b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/workload-identity-deploy-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ az identity federated-credential create --name myfederatedIdentity --identity-na
147147
kubectl apply -f <your application>
148148
```
149149

150-
When deploying your application pods, it should reference the service account created in the Create Kubernetes service account step. The following manifest demonstrates how to reference the account, specifically `metadata\namespace` and `spec\serviceAccountName`:
150+
When deploying your application pods, it should reference the service account created in the Create Kubernetes service account step. The following manifest demonstrates how to reference the account, specifically `metadata\namespace` and `spec\serviceAccountName` properties:
151151

152152
```yml
153153
cat <<EOF | kubectl apply -f -

0 commit comments

Comments
 (0)