From 6c1b6abd61612614fa56275456d1cca5646264ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 15 Feb 2023 14:01:08 +0100 Subject: [PATCH] Revert "Syntax error" This reverts commit 1fadad6bcfdd46ccc109d808eb4e908aea799c47. --- 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 0983759cd4..9d1f359338 100644 --- a/roles/openshift-apps/fmn/templates/deploymentconfig.yml +++ b/roles/openshift-apps/fmn/templates/deploymentconfig.yml @@ -354,7 +354,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