From b8e6fc61469d55b962fa34f289325d0e7fa812d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Tue, 6 Jun 2023 12:46:51 +0200 Subject: [PATCH] Fixup last commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/openshift-apps/fasjson/templates/configmap.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/roles/openshift-apps/fasjson/templates/configmap.yml b/roles/openshift-apps/fasjson/templates/configmap.yml index bb1ffd0a27..ec8936a94b 100644 --- a/roles/openshift-apps/fasjson/templates/configmap.yml +++ b/roles/openshift-apps/fasjson/templates/configmap.yml @@ -11,14 +11,8 @@ items: labels: app: fasjson data: - start.sh: |- - {{ load_file('start.sh') | indent(6) }} - httpd.conf: |- - {{ load_file('httpd.conf') | indent(6) }} fasjson.conf: |- {{ load_file('fasjson.conf') | indent(6) }} - wsgi.py: |- - {{ load_file('wsgi.py') | indent(6) }} - apiVersion: v1 kind: ConfigMap metadata: