summary refs log tree commit diff
path: root/.config/yamlfs/helm.yml
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2020-04-29 22:28:12 +0200
committerRobert Günzler <r@gnzler.io>2020-04-29 23:31:35 +0200
commitd33fd7092e21ece68da41e21179a6ebf3305a1e4 (patch)
tree0ca15c826a395dba58b1d00c4394190ea3152c3a /.config/yamlfs/helm.yml
parent4e2d42677a8a15b3c6d058227aeb8b86861bb3dc (diff)
yamlfs: Add platform support to go template
also adds buildkit multi-platform builder
Diffstat (limited to '.config/yamlfs/helm.yml')
-rw-r--r--.config/yamlfs/helm.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.config/yamlfs/helm.yml b/.config/yamlfs/helm.yml
index f15f02c..67d9995 100644
--- a/.config/yamlfs/helm.yml
+++ b/.config/yamlfs/helm.yml
@@ -41,6 +41,22 @@ README.md: |-
   | resources.limits.memory | |
   | resources.limits.cpu | |
 
+.editorconfig: |-
+  ; http://editorconfig.org/
+
+  root = true
+
+  [*]
+  charset = utf-8
+  end_of_line = lf
+  indent_style = space
+
+  [*.yaml]
+  indent_size = 2
+
+  [*.md]
+  trim_trailing_whitespace = false
+
 Chart.yaml: |-
   apiVersion: v1
   name: {% .name %}