Fix workingDir syntax.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment