diff --git a/modules/rhoai-deploying.adoc b/modules/rhoai-deploying.adoc index 6b15572a1..8ec989cf0 100644 --- a/modules/rhoai-deploying.adoc +++ b/modules/rhoai-deploying.adoc @@ -65,33 +65,15 @@ git clone git@github.com:your-username/openshift-ai.git //Do not commit this file. You do not want to push personal credentials to GitHub. If you do not want to customize the secrets, these steps are not needed. The framework generates a random password for the config-demo application. //==== // -. Customize the deployment for your cluster. Run the following command: +. If you want a peak under the covers to see what the pattern contains, you can do so with the following command: + [source,terminal] ---- -git switch -c my-branch ----- -+ -[source,terminal] ----- -vi values-hub.yaml ----- -+ -[source,terminal] ----- -git add values-hub.yaml ----- -+ -[source,terminal] ----- -git commit values-hub.yaml ----- -+ -[source,terminal] ----- -git push origin my-branch +cat values-hub.yaml ---- +But don't worry if it looks intimidating. + . Deploy the pattern by running `./pattern.sh make install` or by using the link:/infrastructure/using-validated-pattern-operator/[Validated Patterns Operator]. [id="deploying-cluster-using-patternsh-file"]