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,15 +1,11 @@
{% macro load_file(filename) %}{% include filename %}{%- endmacro -%} {% macro load_file(filename) %}{% include filename %}{%- endmacro -%}
--- ---
apiVersion: v1 apiVersion: v1
kind: List kind: ConfigMap
metadata: {} metadata:
items:
- apiVersion: v1
kind: ConfigMap
metadata:
name: joystick-configmap name: joystick-configmap
labels: labels:
app: joystick app: joystick
data: data:
config.toml: |- config.toml: |-
{{ load_file('config.toml') | indent(10) }} {{ load_file('config.toml') | indent }}