Resolve yamllint issues
[releng/builder.git] / packer / provision / examples / busybox.yaml
index babb7652f557b329aeab100b1210f8a232479c99..a0131574431cdafabc8bad3a240a52f4a7f21fa2 100644 (file)
@@ -1,3 +1,4 @@
+---
 apiVersion: v1
 kind: Pod
 metadata:
@@ -5,10 +6,10 @@ metadata:
   namespace: default
 spec:
   containers:
-  - image: busybox
-    command:
-      - sleep
-      - "3600"
-    imagePullPolicy: IfNotPresent
-    name: busybox
+    - image: busybox
+      command:
+        - sleep
+        - "3600"
+      imagePullPolicy: IfNotPresent
+      name: busybox
   restartPolicy: Always