0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-10 08:07:34 +00:00

fixing the helm login command for the onprem installation ()

This commit is contained in:
Mateusz Bularz 2024-03-22 09:42:53 +01:00 committed by GitHub
parent 5803c77665
commit fcbdafac40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions
docs
netdata-cloud-onprem
netdata-cloud/netdata-cloud-on-prem

View file

@ -75,7 +75,7 @@ aws configure
#### Configure helm to use secured ECR repository
Using `aws` command we will generate a token for helm to access the secured ECR repository:
```bash
aws ecr get-login-password --region us-east-1 | helm registry login --username AWS --password-stdin 362923047827.dkr.ecr.us-east-1.amazonaws.com/netdata-cloud-onprem
aws ecr get-login-password --region us-east-1 | helm registry login --username AWS --password-stdin 362923047827.dkr.ecr.us-east-1.amazonaws.com
```
After this step you should be able to add the repository to your helm or just pull the helm chart:

View file

@ -34,7 +34,7 @@ aws configure
Using `aws` command we will generate a token for helm to access the secured ECR repository:
```bash
aws ecr get-login-password --region us-east-1 | helm registry login --username AWS --password-stdin 362923047827.dkr.ecr.us-east-1.amazonaws.com/netdata-cloud-onprem
aws ecr get-login-password --region us-east-1 | helm registry login --username AWS --password-stdin 362923047827.dkr.ecr.us-east-1.amazonaws.com
```
After this step you should be able to add the repository to your helm or just pull the helm chart: