From 595eda7c7fe510964de5dc8fdc3c79a061e957ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Thu, 13 Jun 2019 14:47:51 +0200 Subject: [PATCH] the-new-hotness: Try lookup in configmap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- roles/openshift-apps/the-new-hotness/templates/configmap.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/openshift-apps/the-new-hotness/templates/configmap.yml b/roles/openshift-apps/the-new-hotness/templates/configmap.yml index 9ca8839f64..a5e3c04603 100644 --- a/roles/openshift-apps/the-new-hotness/templates/configmap.yml +++ b/roles/openshift-apps/the-new-hotness/templates/configmap.yml @@ -12,7 +12,6 @@ items: app: the-new-hotness data: config.toml: |- -# {{ load_file('config.toml') | indent }} {{ lookup('template', 'config.toml') | indent }} - apiVersion: v1 kind: ConfigMap