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
# 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.
111
111
112
112
. Customize the deployment for your cluster by following these steps:
113
113
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:
115
115
+
116
116
[source,terminal]
117
117
----
@@ -125,7 +125,7 @@ $ git switch -c my-branch
125
125
$ vi values-hub.yaml
126
126
----
127
127
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:
129
129
+
130
130
[source,terminal]
131
131
----
@@ -136,7 +136,7 @@ $ git add values-hub.yaml
136
136
+
137
137
[source,terminal]
138
138
----
139
-
$ git commit values-hub.yaml
139
+
$ git commit -m "update deployment for my-branch"
140
140
----
141
141
142
142
.. Push the changes to the `values-hub.yaml` file by running the following command:
@@ -149,11 +149,11 @@ $ git push origin my-branch
149
149
. Deploy the pattern by running `./pattern.sh make install` or by using the link:/infrastructure/using-validated-pattern-operator/[Validated Patterns Operator].
150
150
151
151
[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
153
153
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:
155
155
156
-
. Log in to your cluster by running the following this procedure:
156
+
. Log in to your cluster by running the following:
157
157
158
158
.. Obtain an API token by visiting https://oauth-openshift.apps.<your-cluster>.<domain>/oauth/token/request
0 commit comments