Skip to content

Commit 7918287

Browse files
committed
doc: fix getting-started guide, path changes due to blueprint relocation
1 parent 926d8a5 commit 7918287

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ setup-getting-started-controller-blueprint:
217217

218218
.PHONY: deploy-controller-blueprint-local
219219
deploy-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
223223
deploy-aws-istio-blueprint:

doc/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ by the following sections.
6464
Deploying 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

0 commit comments

Comments
 (0)