Skip to content

Commit

Permalink
Merge pull request #8885 from HindujaB/U9-config-improvement
Browse files Browse the repository at this point in the history
Improve configurable learn page
  • Loading branch information
warunalakshitha committed May 4, 2024
2 parents a10ac3d + 4df265c commit b929cc8
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 38 deletions.
Expand Up @@ -77,6 +77,21 @@ The following format is used to provide the module information of a variable in
variable-name = "value"
```

#### Environment variable syntax

The key of an environment variable can be specified as,

```
BAL_CONFIG_VAR_key=value
```

The key can contain module information as follows.

```
key:= ORGNAME_MODULENAME_VARIABLE
```

Each part in the structured identifier of the key is converted to uppercase, and the dots are converted to underscores.

## Configure in a Kubernetes environment

Expand Down

0 comments on commit b929cc8

Please sign in to comment.