From 9e48bce4ca5d7f3a2bffb295a3f47833f57230c1 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Fri, 13 Dec 2019 09:39:11 +0100 Subject: [PATCH] Joystick: reformat the configmap.yml Signed-off-by: Clement Verna --- .../joystick/templates/configmap.yml | 20 ++++++++----------- 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/roles/openshift-apps/joystick/templates/configmap.yml b/roles/openshift-apps/joystick/templates/configmap.yml index f3587b609d..9e089e34fd 100644 --- a/roles/openshift-apps/joystick/templates/configmap.yml +++ b/roles/openshift-apps/joystick/templates/configmap.yml @@ -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 }}