Joystick: reformat the configmap.yml

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-12-13 09:39:11 +01:00 committed by Pierre-Yves Chibon
parent 40594f6e7d
commit 9e48bce4ca

View file

@ -1,10 +1,6 @@
{% macro load_file(filename) %}{% include filename %}{%- endmacro -%} {% macro load_file(filename) %}{% include filename %}{%- endmacro -%}
--- ---
apiVersion: v1 apiVersion: v1
kind: List
metadata: {}
items:
- apiVersion: v1
kind: ConfigMap kind: ConfigMap
metadata: metadata:
name: joystick-configmap name: joystick-configmap
@ -12,4 +8,4 @@ items:
app: joystick app: joystick
data: data:
config.toml: |- config.toml: |-
{{ load_file('config.toml') | indent(10) }} {{ load_file('config.toml') | indent }}