Skip to content

Commit 7b73de5

Browse files
committed
Updating troubleshooting and images 2
1 parent 8a41df7 commit 7b73de5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

content/patterns/medical-diagnosis/getting-started.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ $ git remote -v
170170
+
171171
[source,terminal]
172172
----
173-
origin [email protected]:kquinn1204/medical-diagnosis.git (fetch)
174-
origin [email protected]:kquinn1204/medical-diagnosis.git (push)
173+
origin [email protected]:kquinn/medical-diagnosis.git (fetch)
174+
origin [email protected]:kquinn/medical-diagnosis.git (push)
175175
upstream [email protected]:validatedpatterns/medical-diagnosis.git (fetch)
176176
upstream [email protected]:validatedpatterns/medical-diagnosis.git (push)
177177
----
@@ -459,7 +459,7 @@ $ ./pattern.sh make install
459459
.. Check that the *Red Hat OpenShift GitOps Operator* is installed in the `openshift-operators` namespace and its status is `Succeeded`.
460460
. Wait some time for everything to deploy. You can track the progress through the `Hub ArgoCD` UI from the nines menu.
461461
+
462-
image::../../images/medical-edge/medical-diags-overview.png[link="/images/medical-edge/medical-diags-overview.png.png"]
462+
image::../../images/medical-edge/medical-diags-overview.png[link="/images/medical-edge/medical-diags-overview.png"]
463463

464464
As part of installing by using the script `pattern.sh` pattern, HashiCorp Vault is installed. Running `./pattern.sh make install` also calls the `load-secrets` makefile target. This `load-secrets` target looks for a YAML file describing the secrets to be loaded into vault and in case it cannot find one it will use the `values-secret.yaml.template` file in the git repository to try to generate random secrets.
465465

content/patterns/medical-diagnosis/troubleshooting.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Solution:: This is most likely due to the *xraylab* database not being available
100100
+
101101
[source,terminal]
102102
----
103-
$ oc exec -it xraylabdb-1-<uuid> bash
103+
$ oc exec -it xraylabdb-1-<uuid> bash -n xraylab-1
104104
$ mysql -u root
105105
106106
USE xraylabdb;
@@ -133,7 +133,7 @@ MariaDB [xraylabdb]> show tables;
133133
3 rows in set (0.000 sec)
134134
----
135135
+
136-
. Verify the password set in the `values-secret.yaml` is working
136+
. If you set a password in `~/values-secret-medical-diagnosis.yaml` verify the password is working by running the following commands:
137137
+
138138
[source,terminal]
139139
----

0 commit comments

Comments
 (0)