From 5f90f16ec7ccac9d16294d617d137c471a1d685b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Mon, 21 Nov 2022 13:35:21 +0100 Subject: [PATCH] FMN: add an env variable to build for staging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/openshift-apps/fmn/templates/buildconfig.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/openshift-apps/fmn/templates/buildconfig.yml b/roles/openshift-apps/fmn/templates/buildconfig.yml index 8297bfe4d2..db713885b4 100644 --- a/roles/openshift-apps/fmn/templates/buildconfig.yml +++ b/roles/openshift-apps/fmn/templates/buildconfig.yml @@ -25,6 +25,9 @@ spec: # name: python:3.10 # namespace: openshift name: python-310:latest + env: + - name: FEDORA_ENV + value: "{{ env }}" output: to: kind: ImageStreamTag