File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ setup-getting-started-controller-blueprint:
217217
218218.PHONY: deploy-controller-blueprint-local
219219deploy-controller-blueprint-local:
220- kubectl apply -f blueprints/gatewayclassblueprint-contour-istio-cert.yaml -f blueprints/gatewayclass-contour-istio-cert.yaml
220+ kubectl apply -f blueprints/contour-istio/ gatewayclassblueprint-contour-istio-cert.yaml -f blueprints/contour-istio /gatewayclass-contour-istio-cert.yaml
221221
222222.PHONY: deploy-aws-istio-blueprint
223223deploy-aws-istio-blueprint:
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ by the following sections.
6464Deploying the controller using Helm can be done as follows:
6565
6666```
67- helm upgrade -i bifrost-gateway-controller-helm oci://ghcr.io/tv2-oss/bifrost-gateway-controller-helm -n bifrost-gateway-controller-system --create-namespace
67+ helm upgrade -i bifrost-gateway-controller-helm oci://ghcr.io/tv2-oss/bifrost-gateway-controller-helm -n bifrost-gateway-controller-system --create-namespace --values charts/bifrost-gateway-controller/ci/gatewayclassblueprint-contour-istio-values.yaml
6868```
6969
7070### Deploy from Local-build and YAML Artifacts (recommended for end-to-end tests)
@@ -93,8 +93,8 @@ make run
9393### Deploy GatewayClass for KIND Datapath
9494
9595```
96- kubectl apply -f blueprints/gatewayclass-contour-istio-cert.yaml
97- kubectl apply -f blueprints/gatewayclassblueprint-contour-istio-cert.yaml
96+ kubectl apply -f blueprints/contour-istio/ gatewayclass-contour-istio-cert.yaml
97+ kubectl apply -f blueprints/contour-istio/ gatewayclassblueprint-contour-istio-cert.yaml
9898```
9999
100100## Create Datapath and Deploy Test Applications
You can’t perform that action at this time.
0 commit comments