Skip to content

Commit

Permalink
[DEBUG] skip me!
Browse files Browse the repository at this point in the history
  • Loading branch information
arielshaqed committed Aug 2, 2023
1 parent 293f260 commit f4c807f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/howto/deploy/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ By default, lakeFS will create the required DynamoDB table if it does not alread

DEBUG: I am {{ page.path }} !

💡 You can also use lakeFS with PostgreSQL instead of DynamoDB! See the [configuration reference]({% link /reference/configuration.md}) for more information.
💡 You can also use lakeFS with PostgreSQL instead of DynamoDB! See the [configuration reference](% link /reference/configuration.md}) for more information.
{: .note }

## Run the lakeFS server
Expand Down Expand Up @@ -95,7 +95,7 @@ Connect to your EC2 instance using SSH:
blockstore:
type: s3
```
1. [Download the binary]({% link /index.md}#downloads) to the EC2 instance.
1. [Download the binary](% link /index.md}#downloads) to the EC2 instance.
1. Run the `lakefs` binary on the EC2 instance:

```sh
Expand Down Expand Up @@ -133,7 +133,7 @@ To install lakeFS with Helm:
```
1. Fill in the missing values and save the file as `conf-values.yaml`. For more configuration options, see our Helm chart [README](https://github.com/treeverse/charts/blob/master/charts/lakefs/README.md#custom-configuration){:target="_blank"}.

The `lakefsConfig` parameter is the lakeFS configuration documented [here]({% link /reference/configuration.md}) but without sensitive information.
The `lakefsConfig` parameter is the lakeFS configuration documented [here](% link /reference/configuration.md}) but without sensitive information.
Sensitive information like `databaseConnectionString` is given through separate parameters, and the chart will inject it into Kubernetes secrets.
{: .note }

Expand Down Expand Up @@ -279,4 +279,4 @@ lakeFS can authenticate with your AWS account using an AWS user, using an access
}
```

{% include_relative includes/setup.md %}
% include_relative includes/setup.md %}

0 comments on commit f4c807f

Please sign in to comment.