Skip to content

Commit

Permalink
Merge pull request #479 from validatedpatterns/beekhof-patch-3
Browse files Browse the repository at this point in the history
Update rhoai-deploying.adoc
  • Loading branch information
beekhof authored Sep 26, 2024
2 parents 6efa2cf + 5d8c773 commit ec28069
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 ec28069

Please sign in to comment.