Skip to content

Commit ca4d49d

Browse files
committed
chore: improve description for generated docs
1 parent 22ce1d3 commit ca4d49d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

charts/studio/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ backend:
221221
# NOTE: Helm will return an error if environment variable does not have `value` or `secret` provided.
222222
# Ref: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/
223223
environmentVariables:
224-
# -- backend.environmentVariables.MS_API_URL is the base URL for Rasa Pro (overrides default).
224+
# -- backend.environmentVariables.MS_API_URL is the base URL for Rasa Pro (overrides default). Default is a service name of the Rasa Pro deployment defined as a dependency in the Chart.yaml file.
225+
# If you want to change the default, you need to make sure it is a valid URL and that the Rasa Pro deployment is running and accessible.
225226
# MS_API_URL:
226227
# value: "http://rasapro"
227228
# -- backend.environmentVariables.DELETE_CONVERSATIONS_OLDER_THAN_HOURS is the conversation data retention period in hours.

0 commit comments

Comments
 (0)