fix: kubectl config files don’t create parent dirs
diff --git a/helm/kubectl_configured.sls b/helm/kubectl_configured.sls
index 26e3215..5622204 100644
--- a/helm/kubectl_configured.sls
+++ b/helm/kubectl_configured.sls
@@ -9,6 +9,7 @@
- mode: 400
- user: root
- group: root
+ - makedirs: true
- template: jinja
{%- if config.kubectl.install %}
- require:
@@ -22,6 +23,7 @@
- mode: 400
- user: root
- group: root
+ - makedirs: true
- template: jinja
- context:
content: {{ config.kubectl.config.gce_service_token }}