File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Run through them again for a second cluster to use with the extended example sho
6666 ```
67671 . Run either ` kubectl ` or ` helm ` to deploy the controller:
6868 ``` bash
69- kubectl apply -f examples/deploy-v0.0.4 .yaml
69+ kubectl apply -f examples/deploy-v0.0.5 .yaml
7070 ```
7171 or
7272 ``` bash
@@ -75,7 +75,7 @@ Run through them again for a second cluster to use with the extended example sho
7575 # Run helm with either install or upgrade
7676 helm install gateway-api-controller \
7777 oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart\
78- --version=v0.0.3 \
78+ --version=v0.0.5 \
7979 --set=aws.region=$AWS_REGION --set=serviceAccount.create=false --namespace system
8080 ```
81811 . Create the ` amazon-vpc-lattice ` GatewayClass:
You can’t perform that action at this time.
0 commit comments