From 963c15531f854ae8830c19a4d3e4a75939cee7c5 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sun, 20 Jan 2019 06:29:33 +0000 Subject: [PATCH] Fix buildconfig Signed-off-by: Patrick Uiterwijk --- .../accountsystem/templates/buildconfig_caiapi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/accountsystem/templates/buildconfig_caiapi.yml b/roles/openshift-apps/accountsystem/templates/buildconfig_caiapi.yml index f97a0209a1..8f50dcaf2f 100644 --- a/roles/openshift-apps/accountsystem/templates/buildconfig_caiapi.yml +++ b/roles/openshift-apps/accountsystem/templates/buildconfig_caiapi.yml @@ -8,7 +8,7 @@ spec: runPolicy: Serial source: git: - url: https://github.com/fedora-infra/noggin.git + uri: https://github.com/fedora-infra/noggin.git ref: {{ env }} contextDir: CAIAPI strategy: @@ -19,4 +19,4 @@ spec: output: to: kind: ImageStreamTag - name: caiapi + name: caiapi:latest