From c3b29e947c06f98d5ac8d8c1b4188b69a4ce80c7 Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Mon, 11 May 2026 16:18:27 +0100 Subject: [PATCH] zabbix: fix typoes in template Signed-off-by: David Kirwan --- .../zabbix_openshift_proxy/templates/zabbix-values.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/zabbix/zabbix_openshift_proxy/templates/zabbix-values.yaml.j2 b/roles/zabbix/zabbix_openshift_proxy/templates/zabbix-values.yaml.j2 index 44cc183f23..bcc2761d51 100644 --- a/roles/zabbix/zabbix_openshift_proxy/templates/zabbix-values.yaml.j2 +++ b/roles/zabbix/zabbix_openshift_proxy/templates/zabbix-values.yaml.j2 @@ -83,7 +83,7 @@ zabbixProxy: - name: ZBX_TLSPSKIDENTITY value: "{{ zabbix_tls_psk_identity }}" - name: ZBX_TLSPSK - value: "{{ (env == 'production') | ternary(zabbix_tls_psk,, zabbix_tls_stg_psk,) }}" + value: "{{ (env == 'production') | ternary(zabbix_tls_psk, zabbix_tls_stg_psk) }}" ## The variable is used to specify debug level. By default, value is 3 - name: ZBX_DEBUGLEVEL value: 3