Revert "Syntax error"

This reverts commit 1fadad6bcf.
This commit is contained in:
Aurélien Bompard 2023-02-15 14:01:08 +01:00
parent d7142b6c76
commit 6c1b6abd61
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -354,7 +354,7 @@ metadata:
spec: spec:
# There can be only one pod for IRC # There can be only one pod for IRC
# Staging is currently unable to connect to IRC outside because of firewall rules. # 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: selector:
app: fmn app: fmn
deploymentconfig: sender-irc deploymentconfig: sender-irc