From 315df1477971729e24e76d951e9598c57e1990cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Tue, 3 Dec 2024 15:22:52 +0100 Subject: [PATCH] FMN: fix openshift syntax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/openshift-apps/fmn/templates/deploymentconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/fmn/templates/deploymentconfig.yml b/roles/openshift-apps/fmn/templates/deploymentconfig.yml index 89b7356340..4f4a9a2011 100644 --- a/roles/openshift-apps/fmn/templates/deploymentconfig.yml +++ b/roles/openshift-apps/fmn/templates/deploymentconfig.yml @@ -359,7 +359,7 @@ metadata: spec: # There can be only one pod for IRC # Staging is currently unable to connect to IRC outside because of firewall rules. - replicas: "{{ (env == 'production')|ternary('1', '0') }}" + replicas: {{ (env == 'production')|ternary('1', '0') }} selector: app: fmn deploymentconfig: sender-irc