Skip to content

Commit

Permalink
update docs review
Browse files Browse the repository at this point in the history
  • Loading branch information
dbadura committed Sep 18, 2024
1 parent 246d10b commit 20d062d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ ENVIRONMENT=your-environment-name
When **ENVIRONMENT** is set to `my-env`, Busola looks for your custom configuration in `public/environemnt/my-env`.
If **ENVIRONMENT** is not set, Busola fetches the default configuration with the same structure as the custom configuration located in the [public directory](./public).

In case of docker image, the file `active.env` is created from `ENVIRONMENT` env at the startup to image.
In the case of the Docker image, the `active.env` file is created at the startup of the image from the environment specified in the **ENVIRONMENT** variable.

## Development

Expand Down
1 change: 1 addition & 0 deletions kyma/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ The `extensions` directory contains a general extensibility configuration to avo
- [Make](https://www.gnu.org/software/make/)

## Installation
It is used to download all dependencies needed to prepare configurations.

```bash
npm clean-install
Expand Down

0 comments on commit 20d062d

Please sign in to comment.