From 9affe3215c0bcf79e41f0685d2aadcdc27cbec66 Mon Sep 17 00:00:00 2001 From: michaeljguarino Date: Thu, 25 Apr 2024 11:17:49 -0400 Subject: [PATCH] small docs fixes --- existing/README.md | 10 +++++++++- existing/setup/servicedeployment.yaml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/existing/README.md b/existing/README.md index ddda577..c70c772 100644 --- a/existing/README.md +++ b/existing/README.md @@ -17,6 +17,14 @@ You'll need to do a few things to get set up: 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. +To setup your repo you'll want to copy the following folders in your fresh git repo: + +* terraform/clouds/{cloud} -> terraform/mgmt +* existing/terraform/{cloud} -> terraform/externaldns +* exsting/test/{cloud}/*.tf -> terraform/*.tf (you'll need to rewire the `source` fields for the modules and make variable name changes) +* existing/setup -> setup +* helm -> helm-values + ## Installing Cloud Prereqs 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 Cluster: Repository: Branch: main -Folder: +Folder: setup ``` These can all be entered in our UI for simplicity, and from there, you can use your git repository to GitOps freely. diff --git a/existing/setup/servicedeployment.yaml b/existing/setup/servicedeployment.yaml index 917b425..a0fd469 100644 --- a/existing/setup/servicedeployment.yaml +++ b/existing/setup/servicedeployment.yaml @@ -64,7 +64,7 @@ spec: version: "0.x.x" chart: runtime valuesFiles: - - certmanager.yaml + - runtime.yaml repository: namespace: infra name: bootstrap