mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 06:27:22 +00:00
Small edits (#899)
This commit is contained in:
parent
9a61779a34
commit
452d1aeca1
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user