aa68f909 by Adam Heath

Fix workingDir syntax.

1 parent 4473dc88
...@@ -108,7 +108,7 @@ spec: ...@@ -108,7 +108,7 @@ spec:
108 108
109 - name: try-helmfile 109 - name: try-helmfile
110 image: quay.io/roboll/helmfile 110 image: quay.io/roboll/helmfile
111 working_dir: /tmp/git-storage/k8s-start-of-day 111 workingDir: /tmp/git-storage/k8s-start-of-day
112 command: ["/tmp/k8s-bootstrap-scripts/check-mode", "helmfile", "/usr/local/bin/helmfile"] 112 command: ["/tmp/k8s-bootstrap-scripts/check-mode", "helmfile", "/usr/local/bin/helmfile"]
113 volumeMounts: 113 volumeMounts:
114 - name: git-storage 114 - name: git-storage
......