Skip to content

Commit 39854c8

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
examples: reformat yaml file to remove yamllint warnings
Signed-off-by: John Mulligan <[email protected]>
1 parent 9b4944e commit 39854c8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

examples/kubernetes/sambadeployment.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ spec:
1515
app: samba
1616
spec:
1717
volumes:
18-
- name: myvol
19-
persistentVolumeClaim:
20-
claimName: mypvc
18+
- name: myvol
19+
persistentVolumeClaim:
20+
claimName: mypvc
2121
containers:
22-
- name: samba
23-
image: quay.io/samba.org/samba-server:latest
24-
ports:
25-
- containerPort: 445
26-
volumeMounts:
27-
- mountPath: "/share"
28-
name: myvol
22+
- name: samba
23+
image: quay.io/samba.org/samba-server:latest
24+
ports:
25+
- containerPort: 445
26+
volumeMounts:
27+
- mountPath: "/share"
28+
name: myvol

0 commit comments

Comments
 (0)