Skip to content

Commit 9b4944e

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

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

examples/kubernetes/sambadeployment.converged.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ spec:
1616
app: samba
1717
spec:
1818
volumes:
19-
- name: myvol
20-
persistentVolumeClaim:
21-
claimName: mypvc
19+
- name: myvol
20+
persistentVolumeClaim:
21+
claimName: mypvc
2222
containers:
23-
- name: samba
24-
image: quay.io/samba.org/samba-server:latest
25-
ports:
26-
- containerPort: 445
27-
volumeMounts:
28-
- mountPath: "/share"
29-
name: myvol
23+
- name: samba
24+
image: quay.io/samba.org/samba-server:latest
25+
ports:
26+
- containerPort: 445
27+
volumeMounts:
28+
- mountPath: "/share"
29+
name: myvol
3030
---
3131
apiVersion: v1
3232
kind: PersistentVolumeClaim

0 commit comments

Comments
 (0)