Skip to content

Commit 4dc36d7

Browse files
authored
Merge pull request #626 from mhjacks/fix_ramendr_docs
Make it clear that RamenDR does not absolutely require forking now
2 parents 5abbd99 + 71ed923 commit 4dc36d7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

content/patterns/ramendr-starter-kit/getting-started.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,11 @@ Paste the path to your locally stored private and public keys. If you do not hav
161161
$ git checkout -b my-branch
162162
----
163163

164-
. In particular, you will almost certainly need to customize the pattern because the pattern cannot infer the AWS
165-
domain(s) you have control over. Especially, edit the link:https://github.com/validatedpatterns-sandbox/ramendr-starter-kit/blob/main/charts/hub/rdr/values.yaml[hub/rdr/values.yaml] to edit the `baseDomain` and possibly edit the `aws.region` settings. If you made any changes to this or any other files tracked by git, git add them and then commit the changes by running the following command:
164+
. The pattern will infer the baseDomain of your cluster based on the clusterDomain which is tracked by the pattern
165+
operator. Previously, this required the pattern to be forked to be useful - but this is no longer the case (you may
166+
still wish to change other settings in the RDR chart's values file, such as `aws.region` settings. This file is at
167+
link:https://github.com/validatedpatterns-sandbox/ramendr-starter-kit/blob/main/charts/hub/rdr/values.yaml[hub/rdr/values.yaml]. If you do make customizations to this or other files, it is necessary to fork the pattern so that the changes
168+
will be seen by ArgoCD. If you made any changes to this or any other files tracked by git, git add them and then commit the changes by running the following command:
166169
+
167170
[source,terminal]
168171
----

0 commit comments

Comments
 (0)