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
+1
-1
@@ -175,8 +175,8 @@ PersistentVolume.
|
||||
|
||||
Use the `pv.beta.kubernetes.io/gid` annotation as follows:
|
||||
```yaml
|
||||
kind: PersistentVolume
|
||||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: pv1
|
||||
annotations:
|
||||
|
||||
Reference in New Issue
Block a user