Skip to content

Commit

Permalink
Update rhoai-deploying.adoc
Browse files Browse the repository at this point in the history
Avoid unnecessary complexity in the quick start
  • Loading branch information
beekhof authored Sep 25, 2024
1 parent 6efa2cf commit 5d8c773
Showing 1 changed file with 4 additions and 22 deletions.
26 changes: 4 additions & 22 deletions modules/rhoai-deploying.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 5d8c773

Please sign in to comment.