We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0cba947 + 3c5288a commit 78665f0Copy full SHA for 78665f0
README.md
@@ -90,6 +90,11 @@ kubectl apply -f deploy.yaml
90
91
Step 4: Deploy using helm Chart
92
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
+
98
```
99
helm install(or upgrade) gateway-api-controller \
100
oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart\
0 commit comments