Fix yaml sample order of configure-pod-container/ (#14259)

The orders of data was random, and that made the doc unreadable.
This fixes the orders in consistent way under configure-pod-container/
This commit is contained in:
Kenichi Omichi
2019-05-10 03:01:58 -07:00
committed by Kubernetes Prow Robot
parent 5c59214ac6
commit d378484400
4 changed files with 33 additions and 33 deletions
@@ -131,13 +131,13 @@ The output is similar to this:
```yaml
apiVersion: v1
data:
.dockerconfigjson: eyJodHRwczovL2luZGV4L ... J0QUl6RTIifX0=
kind: Secret
metadata:
...
name: regcred
...
data:
.dockerconfigjson: eyJodHRwczovL2luZGV4L ... J0QUl6RTIifX0=
type: kubernetes.io/dockerconfigjson
```