[flatpak-indexer] Use the correct jinja statements
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
4f1b6b050b
commit
09418d9216
1 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue