From 942f370c35eaf76f27f1dffd01dbee4bf7379164 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 7 Nov 2017 01:57:52 +0000 Subject: [PATCH] Declare the buildconfig. --- playbooks/openshift-apps/waiverdb.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/openshift-apps/waiverdb.yml b/playbooks/openshift-apps/waiverdb.yml index 7a05f4d45f..cc9e033147 100644 --- a/playbooks/openshift-apps/waiverdb.yml +++ b/playbooks/openshift-apps/waiverdb.yml @@ -51,6 +51,7 @@ # privatefile: fedmsg-certs/keys/waiverdb-waiverdb-web-waiverdb.app.os.fedoraproject.org.crt # when: env != "staging" - { role: openshift/object, app: waiverdb, file: imagestream.yml } + - { role: openshift/object, app: waiverdb, file: buildconfig.yml } - { role: openshift/object, app: waiverdb, template: configmap.yml } - { role: openshift/object, app: waiverdb, file: service.yml } - { role: openshift/object, app: waiverdb, file: route.yml }