Skip to content

Commit b37292f

Browse files
committed
Addressed review comments
1 parent f84b812 commit b37292f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/learn/using-validated-pattern-operator-adoc.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
menu:
33
learn:
44
parent: Infrastructure
5-
title: Using the Validated Patterns Operator (asciidoc)
5+
title: Using the Validated Patterns Operator
66
aliases: /infrastructure/using-validated-pattern-operator-adoc/
77
weight: 40
88
---
@@ -83,8 +83,8 @@ The {validated-patterns-op} is successfully installed in the relevant namespace.
8383
+
8484
To know the cluster group name for the patterns that you want to deploy, check the relevant pattern-specific requirements.
8585
. Expand the *Git Config* section to reveal the options and enter the required information.
86-
.. Change the *Target Repo* URL to your forked repository URL. For example, `+https://github.com/validatedpatterns/<pattern_name>+` to `+https://github.com/<your-git-username>/<pattern-name>+`
87-
.. Optional: You might need to change the *Target Revision* if it is marked `stable` or if it has a specific a version number. For example, `v2.1`, it might be `main`, or it might be a new branch that you've created, `my-branch`.
86+
.. Change the *Target Repo* URL to your forked repository URL. For example, change `+https://github.com/validatedpatterns/<pattern_name>+` to `+https://github.com/<your-git-username>/<pattern-name>+`
87+
.. Optional: You might need to change the *Target Revision* field. The default value is `HEAD`. However, you can also provide a value for a branch, tag, or commit that you want to deploy. For example, `v2.1`, `main`, or a branch that you created, `my-branch`.
8888
. Ensure that you have made any required changes to your `values-*.yaml` files locally and pushed them to your forked repository on the correct branch or target that you chose in the previous step.
8989
. Click *Create*.
9090

0 commit comments

Comments
 (0)