Skip to content

Commit 78665f0

Browse files
authored
Merge pull request #56 from liwenwu-amazon/helm1
Update the readme on helm chart
2 parents 0cba947 + 3c5288a commit 78665f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ kubectl apply -f deploy.yaml
9090

9191
Step 4: Deploy using helm Chart
9292

93+
```
94+
# login ECR
95+
aws ecr-public get-login-password --region us-east-1 | helm registry login --username AWS --password-stdin public.ecr.aws
96+
```
97+
9398
```
9499
helm install(or upgrade) gateway-api-controller \
95100
oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart\

0 commit comments

Comments
 (0)