Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nimakaviani committed Jun 3, 2024
1 parent 966dbdc commit 1e905da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ A container engine is needed locally, such as:
<!---->
<!-- ::: -->

You can execute the following bash script to get strated with a running version of the idpBuilder (inspect the script first if you have concerns):
You can execute the following bash script to get started with a running version of the idpBuilder (inspect the script first if you have concerns):

:::warning

Expand Down
2 changes: 1 addition & 1 deletion docs/reference-implementation/integrations/localstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ idpbuilder create \
As you see above, this add-on to `idpbuilder` has a dependency on the [reference implementation](reference-impl). This command primarily does the following:

1. Installs `localstack` helmchart as an `argo` application.
2. Adds localstack crossplane ProviderConfig, targetting localstack
2. Adds localstack crossplane ProviderConfig, targeting localstack

Once the custom package is installed, localstack can be used from the backstage template `app-with-aws-resources`, by changing the `providerConfigName` during the bucket configuration page from `default` to `localstack`.

0 comments on commit 1e905da

Please sign in to comment.