diff --git a/en/docs/devops-and-ci-cd/manage-configurations-and-secrets.md b/en/docs/devops-and-ci-cd/manage-configurations-and-secrets.md index ba6be1db..833a5d30 100644 --- a/en/docs/devops-and-ci-cd/manage-configurations-and-secrets.md +++ b/en/docs/devops-and-ci-cd/manage-configurations-and-secrets.md @@ -56,6 +56,9 @@ To add environment variables: !!!tip You can optionally import environment variables from a `.env` file by clicking **Import from .env file**. + !!!info "Note" + If you're setting a value for a Ballerina [configurable variable](https://ballerina.io/learn/provide-values-to-configurable-variables/), use the naming convention `BAL_CONFIG_VAR_key=value`. + 7. Click **Create**. ### Add a file mount to your container