Skip to content

Commit c798084

Browse files
committed
newline at end of yamls
1 parent 23e979e commit c798084

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/fr/examples/pods/topology-spread-constraints/one-constraint-with-nodeaffinity.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ spec:
2323
- zoneC
2424
containers:
2525
- name: pause
26-
image: k8s.gcr.io/pause:3.1
26+
image: k8s.gcr.io/pause:3.1

content/fr/examples/pods/topology-spread-constraints/one-constraint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ spec:
1414
foo: bar
1515
containers:
1616
- name: pause
17-
image: k8s.gcr.io/pause:3.1
17+
image: k8s.gcr.io/pause:3.1

content/fr/examples/pods/topology-spread-constraints/two-constraints.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ spec:
2020
foo: bar
2121
containers:
2222
- name: pause
23-
image: k8s.gcr.io/pause:3.1
23+
image: k8s.gcr.io/pause:3.1

0 commit comments

Comments
 (0)