Update word Deployement to Deployment (#5797)
This commit is contained in:
committed by
Steve Perry
parent
06099a7df6
commit
546a1cb02a
@@ -686,7 +686,7 @@ Conditions:
|
||||
<...>
|
||||
```
|
||||
|
||||
If you run `kubectl get deployment nginx-deployment -o yaml`, the Deployement status might look like this:
|
||||
If you run `kubectl get deployment nginx-deployment -o yaml`, the Deployment status might look like this:
|
||||
|
||||
```
|
||||
status:
|
||||
|
||||
@@ -728,7 +728,7 @@ Conditions:
|
||||
<...>
|
||||
```
|
||||
|
||||
If you run `kubectl get deployment nginx-deployment -o yaml`, the Deployement status might look like this:
|
||||
If you run `kubectl get deployment nginx-deployment -o yaml`, the Deployment status might look like this:
|
||||
|
||||
```
|
||||
status:
|
||||
|
||||
Reference in New Issue
Block a user