Skip to content

Commit 2688467

Browse files
committed
adding SME review comments
1 parent e374b1f commit 2688467

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

modules/trvlops-deploying.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ $ cp values-secret.yaml.template ~/values-secret-travelops.yaml
8888
[source,yaml]
8989
----
9090
# A more formal description of this format can be found here:
91-
# https://github.com/hybrid-cloud-patterns/common/tree/main/ansible/roles/vault_utils#values-secret-file-format
91+
# https://github.com/validatedpatterns/rhvp.cluster_utils/tree/main/roles/vault_utils#values-secret-file-format
9292
9393
version: "2.0"
9494
# Ideally you NEVER COMMIT THESE VALUES TO GIT (although if all passwords are
@@ -111,7 +111,7 @@ Do not commit this file. You do not want to push personal credentials to GitHub.
111111

112112
. Customize the deployment for your cluster by following these steps:
113113

114-
.. Creates a new branch named my-branch and switch to it by running the following command:
114+
.. Create a new branch named my-branch and switch to it by running the following command:
115115
+
116116
[source,terminal]
117117
----
@@ -125,7 +125,7 @@ $ git switch -c my-branch
125125
$ vi values-hub.yaml
126126
----
127127

128-
.. Commit the changes to the `values-hub.yaml` file by running the following commands:
128+
.. Stage the changes to the `values-hub.yaml` file by running the following commands:
129129
+
130130
[source,terminal]
131131
----
@@ -136,7 +136,7 @@ $ git add values-hub.yaml
136136
+
137137
[source,terminal]
138138
----
139-
$ git commit values-hub.yaml
139+
$ git commit -m "update deployment for my-branch"
140140
----
141141

142142
.. Push the changes to the `values-hub.yaml` file by running the following command:
@@ -149,11 +149,11 @@ $ git push origin my-branch
149149
. Deploy the pattern by running `./pattern.sh make install` or by using the link:/infrastructure/using-validated-pattern-operator/[Validated Patterns Operator].
150150

151151
[id="deploying-cluster-using-patternsh-file"]
152-
== Deploying the cluster by using the pattern.sh script
152+
== Deploying the pattern by using the pattern.sh script
153153

154-
To deploy the cluster by using the `pattern.sh` script, complete the following steps:
154+
To deploy the pattern by using the `pattern.sh` script, complete the following steps:
155155

156-
. Log in to your cluster by running the following this procedure:
156+
. Log in to your cluster by running the following:
157157

158158
.. Obtain an API token by visiting https://oauth-openshift.apps.<your-cluster>.<domain>/oauth/token/request
159159

0 commit comments

Comments
 (0)