Fix linting errors

This commit is contained in:
Fabian von Feilitzsch
2020-03-31 15:14:02 -04:00
parent c1df59cb3a
commit 0f87f2b826
2 changed files with 6 additions and 5 deletions

View File

@@ -98,9 +98,9 @@
template:
spec:
containers:
- name: pi
image: perl
command: ["perl", "-Mbignum=bpi", "-wle", "print bpi(20)"]
- name: pi
image: perl
command: ["perl", "-Mbignum=bpi", "-wle", "print bpi(20)"]
restartPolicy: Never
backoffLimit: 4