[flatpak-indexer] Use the correct jinja statements

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2025-02-12 16:54:37 +01:00
parent 4f1b6b050b
commit 09418d9216

View file

@ -226,7 +226,7 @@ spec:
from:
kind: ImageStreamTag
name: redis:latest
{{% if env == 'staging'%}}
{% if env == 'staging' %}
---
kind: DeploymentConfig
apiVersion: apps.openshift.io/v1
@ -383,4 +383,4 @@ spec:
from:
kind: ImageStreamTag
name: flatpak-indexer:latest
{{%endif%}}
{% endif %}