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:
committed by
Kubernetes Prow Robot
parent
5c59214ac6
commit
d378484400
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user