From 567f990392ad308e89f5629f3792521cf40deb82 Mon Sep 17 00:00:00 2001 From: Karanbir Bains Date: Tue, 11 Mar 2025 18:33:26 -0700 Subject: [PATCH 1/5] edded a gitignore to exclude the DS_Store files Signed-off-by: Karanbir Bains --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..e43b0f98 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store From e8f3626a52e484bb97425f1c6e1d1d3456d37694 Mon Sep 17 00:00:00 2001 From: Karanbir Bains Date: Fri, 14 Mar 2025 18:32:41 +0000 Subject: [PATCH 2/5] added the flux and tofu controller docs Signed-off-by: Karanbir Bains --- terraform-integrations/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/terraform-integrations/README.md b/terraform-integrations/README.md index ce8f5613..d48cd4af 100644 --- a/terraform-integrations/README.md +++ b/terraform-integrations/README.md @@ -15,3 +15,5 @@ As you see above, this add-on to `idpbuilder` has a dependency to the [reference 1. Installs `fluxcd` source repository controller as an `argo` application. 2. Installs `tofu-controller` for managing the lifecycle of terraform deployments from your Kubernetes cluster for operations such as create, delete and update. + +Refer to the tofu controller and flux documentation [here](https://flux-iac.github.io/tofu-controller/use-tf-controller/provision-resources-and-auto-approve/) From cd127170eaa48b78867cf2292c3685954a168146 Mon Sep 17 00:00:00 2001 From: Karanbir Bains Date: Fri, 14 Mar 2025 18:46:48 +0000 Subject: [PATCH 3/5] Readme change Signed-off-by: Karanbir Bains --- terraform-integrations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform-integrations/README.md b/terraform-integrations/README.md index d48cd4af..c5c9f114 100644 --- a/terraform-integrations/README.md +++ b/terraform-integrations/README.md @@ -16,4 +16,4 @@ As you see above, this add-on to `idpbuilder` has a dependency to the [reference 1. Installs `fluxcd` source repository controller as an `argo` application. 2. Installs `tofu-controller` for managing the lifecycle of terraform deployments from your Kubernetes cluster for operations such as create, delete and update. -Refer to the tofu controller and flux documentation [here](https://flux-iac.github.io/tofu-controller/use-tf-controller/provision-resources-and-auto-approve/) +Make sure all ArgoCD applications are synced and healthy before proceeding. Refer to the tofu controller and flux documentation [here](https://flux-iac.github.io/tofu-controller/use-tf-controller/provision-resources-and-auto-approve/) From 2717751fc87ad8ae3ec2d163156e5767760c6569 Mon Sep 17 00:00:00 2001 From: Karanbir Bains Date: Fri, 14 Mar 2025 20:52:36 +0000 Subject: [PATCH 4/5] added the note from request Signed-off-by: Karanbir Bains --- terraform-integrations/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/terraform-integrations/README.md b/terraform-integrations/README.md index c5c9f114..f6aa0215 100644 --- a/terraform-integrations/README.md +++ b/terraform-integrations/README.md @@ -16,4 +16,7 @@ As you see above, this add-on to `idpbuilder` has a dependency to the [reference 1. Installs `fluxcd` source repository controller as an `argo` application. 2. Installs `tofu-controller` for managing the lifecycle of terraform deployments from your Kubernetes cluster for operations such as create, delete and update. -Make sure all ArgoCD applications are synced and healthy before proceeding. Refer to the tofu controller and flux documentation [here](https://flux-iac.github.io/tofu-controller/use-tf-controller/provision-resources-and-auto-approve/) +> [!NOTE] +> Make sure all ArgoCD applications are synced and healthy before proceeding. + +For examples and documentation, Refer to the [tofu controller and flux guide](https://flux-iac.github.io/tofu-controller/use-tf-controller/provision-resources-and-auto-approve/) From 46206b3e56492ef6e37f893f98dbe1bfbc91e23c Mon Sep 17 00:00:00 2001 From: Karanbir Bains Date: Fri, 14 Mar 2025 20:55:58 +0000 Subject: [PATCH 5/5] got rid of the gitignore file Signed-off-by: Karanbir Bains --- .gitignore | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e43b0f98..00000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -.DS_Store