You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cloudbank-v32/README.md
+51-33Lines changed: 51 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -82,26 +82,25 @@ Version 3.2 of CloudBank is under development. This document and application is
82
82
83
83
## Deploy CloudBank
84
84
85
-
CloudBank can be deployed using the `--script`commandin`oractl`. CloudBank will be deployed in the namespace `cb32`. You are going to be asked for passwords when the `bind`command executes.
85
+
CloudBank can be deployed using the `--script`commandin`oractl`. CloudBank will be deployed in the namespace `application`. You are going to be asked for passwords when the `bind`command executes.
86
86
87
87
```text
88
-
oractl:>script --file deploy-cmds/deploy-cb32.txt
88
+
oractl:>script --file deploy-cmds/deploy-cb.txt
89
89
```
90
90
91
91
The output should look similar to this:
92
92
93
93
```text
94
-
application/namespace created successfully and image pull secret (registry-auth) created successfully and database TNSAdmin/wallet secret created successfully
95
94
Database/Service Password: *************
96
-
Schema {account} was successfully Created and Kubernetes Secret {cb32/account} was successfully Created.
95
+
Schema {account} was successfully Created and Kubernetes Secret {application/account} was successfully Created.
97
96
Database/Service Password: *************
98
-
Schema {account} was successfully Not_Modified and Kubernetes Secret {cb32/checks} was successfully Created.
97
+
Schema {account} was successfully Not_Modified and Kubernetes Secret {application/checks} was successfully Created.
99
98
Database/Service Password: *************
100
-
Schema {customer} was successfully Created and Kubernetes Secret {cb32/customer} was successfully Created.
99
+
Schema {customer} was successfully Created and Kubernetes Secret {application/customer} was successfully Created.
101
100
Database/Service Password: *************
102
-
Schema {customer} was successfully Not_Modified and Kubernetes Secret {cb32/customer32} was successfully Created.
101
+
Schema {customer} was successfully Not_Modified and Kubernetes Secret {application/customer32} was successfully Created.
103
102
Database/Service Password: *************
104
-
Schema {account} was successfully Not_Modified and Kubernetes Secret {cb32/testrunner} was successfully Created.
103
+
Schema {account} was successfully Not_Modified and Kubernetes Secret {application/testrunner} was successfully Created.
0 commit comments