From d33fd7092e21ece68da41e21179a6ebf3305a1e4 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 29 Apr 2020 22:28:12 +0200 Subject: yamlfs: Add platform support to go template also adds buildkit multi-platform builder --- .config/yamlfs/helm.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to '.config/yamlfs/helm.yml') 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 %} -- cgit 1.4.1