From 4b441aeb7a07759b6e9607dbcf23604216c900a8 Mon Sep 17 00:00:00 2001
From: Ricardo Jun <jtaniguc@redhat.com>
Date: Thu, 18 Oct 2018 19:08:28 +0200
Subject: [PATCH] added missing files

---
 extras/backup/execution.sh |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/extras/backup/execution.sh b/extras/backup/execution.sh
index c241161..1098787 100644
--- a/extras/backup/execution.sh
+++ b/extras/backup/execution.sh
@@ -83,14 +83,11 @@
 
 
 oc create -f https://raw.githubusercontent.com/jboss-container-images/rhpam-7-openshift-image/7.0.2.GA/example-app-secret-template.yaml -n bxms-pamdb-dc39
-oc create -f /tmp/dc39/rhpam70-image-streams.yaml -n bxms-pamdb-dc39
+oc create -f /tmp/dc39/rhpam70-image-streams.yaml -n openshift
 oc new-app --template=example-app-secret \
       -p SECRET_NAME=businesscentral-app-secret \
       -n bxms-pamdb-dc39
-oc create -f /tmp/dc39/rhpam70-authoring.json -n bxms-pamdb-dc39
-oc rollout resume dc/rht-rhpamcentr -n bxms-pamdb-dc39
-oc create configmap products-cm --from-file=/tmp/dc39/products.txt -n bxms-pamdb-dc39
-
+oc create -f /tmp/dc39/rhpam-kieserver-postgresql.json -n bxms-pamdb-dc39
 oc volume dc/rht-kieserver -n bxms-pam-dc39 \
         --overwrite --add -t configmap -m /data --name=products-volume --configmap-name=products-cm
 

--
Gitblit v1.9.3