5ba61c3a by Adam Heath

Call helmfile apply.

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