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
. Go to your repository: Ensure you are in the root directory of your Git repository by using:
39
+
. Go to the root directory of your Git repository:
40
40
+
41
41
[source,terminal]
42
42
----
@@ -182,11 +182,8 @@ $ vi ~/values-secret.yaml
182
182
$ git checkout -b my-branch
183
183
----
184
184
185
-
. The pattern will infer the baseDomain of your cluster based on the clusterDomain which is tracked by the pattern
186
-
operator. Previously, this required the pattern to be forked to be useful - but this is no longer the case (you may
187
-
still wish to change other settings in the RDR chart's values file, such as `aws.region` settings. This file is at
188
-
link:https://github.com/validatedpatterns/portworx-dr/blob/main/charts/hub/rdr/values.yaml[hub/rdr/values.yaml]. If you do make customizations to this or other files, it is necessary to fork the pattern so that the changes
189
-
will be seen by ArgoCD. If you made any changes to this or any other files tracked by git, git add them and then commit the changes by running the following command:
185
+
. The pattern infers the baseDomain of your cluster based on the clusterDomain, which the pattern operator tracks. Previously, you had to fork the pattern, but this is no longer the case. You might still want to change other settings in the RDR chart's values file, such as `aws.region` settings. This file is at
186
+
link:https://github.com/validatedpatterns/portworx-dr/blob/main/charts/hub/rdr/values.yaml[hub/rdr/values.yaml]. If you customize this or other files, you must fork the pattern so that ArgoCD can detect the changes. If you changed any files tracked by git, add and commit the changes by running the following command:
190
187
+
191
188
[source,terminal]
192
189
----
@@ -200,7 +197,7 @@ $ git commit -m "any updates"
200
197
$ git push origin my-branch
201
198
----
202
199
203
-
The preferred way to install this pattern is by using the script `./pattern.sh` script.
200
+
Install this pattern by using the `./pattern.sh` file.
204
201
205
202
[id="deploying-cluster-using-patternsh-file"]
206
203
== Deploying the pattern by using the pattern.sh file
@@ -209,13 +206,13 @@ To deploy the pattern by using the `pattern.sh` file, complete the following ste
209
206
210
207
. Log in to your cluster by following this procedure:
211
208
212
-
.. Obtain an API token by visiting link:https://oauth-openshift.apps.<your-cluster>.<domain>/oauth/token/request[https://oauth-openshift.apps.<your-cluster>.<domain>/oauth/token/request].
209
+
.. Obtain an API token by visiting link:https://oauth-openshift.apps.<your_cluster>.<domain>/oauth/token/request[https://oauth-openshift.apps.<your_cluster>.<domain>/oauth/token/request].
213
210
214
211
.. Log in to the cluster by running the following command:
0 commit comments