Fix orders of yaml for examples. (#15763)

This commit is contained in:
Kohei Toyoda
2019-08-10 06:33:15 +09:00
committed by Kubernetes Prow Robot
parent d4741f1bc4
commit d6bcc7b8d9
10 changed files with 11 additions and 11 deletions
@@ -1,5 +1,5 @@
kind: Pod
apiVersion: v1
kind: Pod
metadata:
name: nginx
spec:
@@ -1,5 +1,5 @@
kind: PersistentVolumeClaim
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: task-pv-claim
spec:
+1 -1
View File
@@ -1,5 +1,5 @@
kind: Pod
apiVersion: v1
kind: Pod
metadata:
name: task-pv-pod
spec:
@@ -1,5 +1,5 @@
kind: PersistentVolume
apiVersion: v1
kind: PersistentVolume
metadata:
name: task-pv-volume
labels: