Skip to content

Commit

Permalink
docs: Update faq.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Nov 15, 2023
1 parent c08266c commit 756c7c5
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ app:
more_set_headers "X-XSS-Protection: 1; mode=block";
```
## Add additionnal build-args on some environment
## Add additionnal docker build-args on some environment
For example in `.kontinuous/env/prod/values.yaml` :

Expand All @@ -61,7 +61,7 @@ jobs:

## Create some database

This will create a postgres cluster with an `app` user `app` database. Database secrets will be provisionned in the `pg-xxx-app` secret.
This will create a postgres cluster with an `app` user and an `app` database. Database secrets will be provisionned in the `pg-xxx-app` secret.

```yaml
# .kontinuous/values.yaml
Expand Down Expand Up @@ -225,14 +225,6 @@ oauth2-proxy:

[TODO]

## Local dev

[TODO]

## Local deployments

[TODO]

## Testing

[TODO]
Expand Down

0 comments on commit 756c7c5

Please sign in to comment.