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 (#17222)
This commit is contained in:
parent
5803c77665
commit
fcbdafac40
2 changed files with 2 additions and 2 deletions
docs
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue