Skip to content

Commit dac8223

Browse files
authored
remove repeat space (#19919)
1 parent 661f064 commit dac8223

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

content/zh/examples/admin/resource/quota-mem-cpu-pod-2.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ spec:
99
resources:
1010
limits:
1111
memory: "1Gi"
12-
cpu: "800m"
12+
cpu: "800m"
1313
requests:
1414
memory: "700Mi"
1515
cpu: "400m"
16-

content/zh/examples/admin/resource/quota-mem-cpu-pod.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ spec:
99
resources:
1010
limits:
1111
memory: "800Mi"
12-
cpu: "800m"
12+
cpu: "800m"
1313
requests:
1414
memory: "600Mi"
1515
cpu: "400m"
16-

0 commit comments

Comments
 (0)