fix references (#6)
This commit is contained in:
parent
d0d6606a43
commit
382e0faadc
3 changed files with 7 additions and 8 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
2. Installs `tofu-controller` for managing the lifecycle of terraform deployments from your Kubernetes cluster for operations such as create, delete and update.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue