diff --git a/localstack-integration/README.md b/localstack-integration/README.md index eaf6015..0f53185 100644 --- a/localstack-integration/README.md +++ b/localstack-integration/README.md @@ -5,8 +5,8 @@ Please use the below command to deploy an IDP reference implementation with an A ```bash idpbuilder create \ --use-path-routing \ - --package-dir examples/ref-implementation \ - --package-dir examples/localstack-integration + --package-dir https://github.com/cnoe-io/stacks//ref-implementation \ + --package-dir https://github.com/cnoe-io/stacks//localstack-integration ``` As you see above, this add-on to `idpbuilder` has a dependency on the [reference implementation](../ref-implementation/). This command primarily does the following: diff --git a/ref-implementation/README.md b/ref-implementation/README.md index 7045274..efa33cc 100644 --- a/ref-implementation/README.md +++ b/ref-implementation/README.md @@ -25,10 +25,9 @@ Ensure you have the following tools installed on your computer. If you happen to configure a different host or port for the idpBuilder, the manifests in the reference example need to be updated and be configured with the new host and port. you can use the [replace.sh](replace.sh) to change the port as desired prior to applying the manifest as instructed in the command above._ -Run the following command from the root of this repository. - ```bash -idpbuilder create --use-path-routing --package-dir examples/ref-implementation +idpbuilder create --use-path-routing \ + --package-dir https://github.com/cnoe-io/stacks//ref-implementation ``` This will take ~6 minutes for everything to come up. To track the progress, you can go to the [ArgoCD UI](https://cnoe.localtest.me:8443/argocd/applications). diff --git a/terraform-integrations/README.md b/terraform-integrations/README.md index a0e9a73..864b5ae 100644 --- a/terraform-integrations/README.md +++ b/terraform-integrations/README.md @@ -7,11 +7,11 @@ Please use the below command to deploy an IDP reference implementation with an A ```bash idpbuilder create \ --use-path-routing \ - --package-dir examples/ref-implementation \ - --package-dir examples/terraform-integrations + --package-dir https://github.com/cnoe-io/stacks//ref-implementation \ + --package-dir https://github.com/cnoe-io/stacks//terraform-integrations ``` As you see above, this add-on to `idpbuilder` has a dependency to the [reference implementation](../ref-implementation/). This command primarily does the following: 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. \ No newline at end of file +2. Installs `tofu-controller` for managing the lifecycle of terraform deployments from your Kubernetes cluster for operations such as create, delete and update.