Skip to content

Commit 9affe32

Browse files
small docs fixes
1 parent 9c08259 commit 9affe32

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

existing/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ You'll need to do a few things to get set up:
1717

1818
To do all this, you'll want to create your own git repo to copy code into and keep a record of what's been done. None of the code will require committing any secrets.
1919

20+
To setup your repo you'll want to copy the following folders in your fresh git repo:
21+
22+
* terraform/clouds/{cloud} -> terraform/mgmt
23+
* existing/terraform/{cloud} -> terraform/externaldns
24+
* exsting/test/{cloud}/*.tf -> terraform/*.tf (you'll need to rewire the `source` fields for the modules and make variable name changes)
25+
* existing/setup -> setup
26+
* helm -> helm-values
27+
2028
## Installing Cloud Prereqs
2129

2230
Within the `terraform/{cloud}` folders here, there are simple terraform stacks to set up the needed cloud resources. These are usually IAM bindings. You can reference `test/{cloud}` to see how they're used, and if you want you can use our terraform to set up our cluster as well. You'll want to first copy the relevant terraform code into a working folder in your git repo, we'd recommend just naming it `/terraform`, then run:
@@ -100,7 +108,7 @@ Name: setup
100108
Cluster: <management-cluster>
101109
Repository: <your-repository-url>
102110
Branch: main
103-
Folder: <your-setup-folder>
111+
Folder: setup
104112
```
105113

106114
These can all be entered in our UI for simplicity, and from there, you can use your git repository to GitOps freely.

existing/setup/servicedeployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
version: "0.x.x"
6565
chart: runtime
6666
valuesFiles:
67-
- certmanager.yaml
67+
- runtime.yaml
6868
repository:
6969
namespace: infra
7070
name: bootstrap

0 commit comments

Comments
 (0)