Skip to content

Commit 941b415

Browse files
Merge pull request #218701 from SaibabaBalapur-MSFT/patch-12
(AzureCXP) fixes MicrosoftDocs/azure-docs#101432
2 parents b06be4b + d056b74 commit 941b415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/concepts-clusters-workloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ A breakdown of the deployment specifications in the YAML manifest file is as fol
235235
| ----------------- | ------------- |
236236
| `.apiVersion` | Specifies the API group and API resource you want to use when creating the resource. |
237237
| `.kind` | Specifies the type of resource you want to create. |
238-
| `.metadata.name` | Specifies the image to run. This file will run the *nginx* image from Docker Hub. |
238+
| `.metadata.name` | Specifies the name of the deployment. This file will run the *nginx* image from Docker Hub. |
239239
| `.spec.replicas` | Specifies how many pods to create. This file will create three deplicated pods. |
240240
| `.spec.selector` | Specifies which pods will be affected by this deployment. |
241241
| `.spec.selector.matchLabels` | Contains a map of *{key, value}* pairs that allows the deployment to find and manage the created pods. |

0 commit comments

Comments
 (0)