prettier yaml

Signed-off-by: Andrew Tran <atran@brex.com>
This commit is contained in:
Andrew Tran
2021-11-24 09:24:07 -06:00
parent e72e908e3f
commit da9ecc18e4
@@ -208,7 +208,7 @@ metadata:
labels:
'backstage.io/kubernetes-id': dice-roller
spec:
schedule: "*/1 * * * *"
schedule: '*/1 * * * *'
jobTemplate:
metadata:
labels:
@@ -220,13 +220,13 @@ spec:
'backstage.io/kubernetes-id': dice-roller
spec:
containers:
- name: busybox
image: busybox
imagePullPolicy: IfNotPresent
command:
- /bin/sh
- -c
- date; echo Rolling a die!
- name: busybox
image: busybox
imagePullPolicy: IfNotPresent
command:
- /bin/sh
- -c
- date; echo Rolling a die!
restartPolicy: OnFailure
---