From b8b029b1180ab4cf92821b42baf302756abcf764 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Fri, 28 Jun 2019 15:37:58 +0000 Subject: [PATCH] [os/joystick] compare configs for yaml and see indentation change on non-working version.. try to see if this fixes it --- .../joystick/templates/configmap.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/roles/openshift-apps/joystick/templates/configmap.yml b/roles/openshift-apps/joystick/templates/configmap.yml index 4ece62ea16..896f7fec30 100644 --- a/roles/openshift-apps/joystick/templates/configmap.yml +++ b/roles/openshift-apps/joystick/templates/configmap.yml @@ -4,12 +4,12 @@ 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) }} +- apiVersion: v1 + kind: ConfigMap + metadata: + name: joystick-configmap + labels: + app: joystick + data: + config.toml: |- + {{ load_file('config.toml') | indent(10) }}