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 -%}
---
apiVersion: v1
kind: List
metadata: {}
items:
- apiVersion: v1
kind: ConfigMap
metadata:
name: joystick-configmap
labels:
app: joystick
data:
config.toml: |-
{{ load_file('config.toml') | indent(10) }}
kind: ConfigMap
metadata:
name: joystick-configmap
labels:
app: joystick
data:
config.toml: |-
{{ load_file('config.toml') | indent }}