5ba61c3a by Adam Heath

Call helmfile apply.

1 parent 8407c248
...@@ -111,6 +111,7 @@ spec: ...@@ -111,6 +111,7 @@ spec:
111 image: quay.io/roboll/helmfile:v0.143.5 111 image: quay.io/roboll/helmfile:v0.143.5
112 workingDir: /tmp/git-storage/k8s-start-of-day 112 workingDir: /tmp/git-storage/k8s-start-of-day
113 command: ["/tmp/k8s-bootstrap-scripts/check-mode", "helmfile", "/usr/local/bin/helmfile"] 113 command: ["/tmp/k8s-bootstrap-scripts/check-mode", "helmfile", "/usr/local/bin/helmfile"]
114 args: ["apply"]
114 volumeMounts: 115 volumeMounts:
115 - name: git-storage 116 - name: git-storage
116 mountPath: /tmp/git-storage 117 mountPath: /tmp/git-storage
......