Small edits (#1067)

This commit is contained in:
pollfly
2025-03-02 11:54:05 +02:00
committed by GitHub
parent ec8b229fad
commit 3829d1f4b7
15 changed files with 24 additions and 24 deletions

View File

@@ -12,8 +12,8 @@ This guide details the installation of the ClearML AI Application Gateway, speci
* Kubernetes cluster: `>= 1.21.0-0 < 1.32.0-0`
* Helm installed and configured
* Helm token to access allegroai helm-chart repo
* Credentials for allegroai docker repo
* Helm token to access `allegroai` helm-chart repo
* Credentials for `allegroai` docker repo
* A valid ClearML Server installation
## Optional for HTTPS
@@ -27,7 +27,7 @@ This guide details the installation of the ClearML AI Application Gateway, speci
```
helm repo add allegroai-enterprise \
https://raw.githubusercontent.com/allegroai/clearml-enterprise-helm-charts/gh-pages \
https://raw.githubusercontent.com/clearml/clearml-enterprise-helm-charts/gh-pages \
--username <GITHUB_TOKEN> \
--password <GITHUB_TOKEN>
```