Commit ec7e4a40 authored by Josh Steinberg's avatar Josh Steinberg

update yaml spacing

parent 89f71d3d
...@@ -6,14 +6,14 @@ pipeline { ...@@ -6,14 +6,14 @@ pipeline {
yaml ''' yaml '''
kind: Pod kind: Pod
spec: spec:
containers: containers:
- name: kaniko - name: kaniko
image: gcr.io/kaniko-project/executor:latest image: gcr.io/kaniko-project/executor:latest
imagePullPolicy: Always imagePullPolicy: Always
command: command:
- sleep - sleep
args: args:
- 99d - 99d
''' '''
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment