Small edits (#899)

This commit is contained in:
pollfly 2024-08-08 12:53:48 +03:00 committed by GitHub
parent 9a61779a34
commit 452d1aeca1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -145,7 +145,7 @@ If the `secure.conf` file does not exist, create your own in ClearML Server's `/
an alternate folder you configured), and input the modified configuration
:::
the default secret for the system's apiserver component can be overridden by setting the following environment variable:
The default secret for the system's apiserver component can be overridden by setting the following environment variable:
`CLEARML__SECURE__CREDENTIALS__APISERVER__USER_SECRET="my-new-secret"`
:::note

View File

@ -88,7 +88,7 @@ Configure the ClearML server to send API logs to Splunk using [Docker Compose](#
### Kubernetes Helm
1. Add the following `values.override.yaml` to your ClearML installation specification. Make sure to replace `<SPLUNK_TOKEN>`
and `<SPLUNK_INDEX>` with the values from the previous steps.
and `<SPLUNK_INDEX>` with the values from the previous steps.
```
apiserver:

View File

@ -153,8 +153,8 @@ Use the configuration vault to store global ClearML configuration entries that c
of any ClearML Agents or the ClearML SDK running with your credentials. Productivity tip: Keep the vault disabled while
you edit your configuration, and enable it when the configuration is ready.
New entries will extend the configuration in the ClearML [configuration file](../configs/clearml_conf.md), and existing
file entries will be overridden by the vault values.
Vault entries will extend the configuration in the ClearML [configuration file](../configs/clearml_conf.md) if they don't
exist, and override values for those already present in the file.
Fill in values using any of ClearML supported configuration formats: HOCON / JSON / YAML.