Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile.local
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ setup-getting-started-controller-blueprint:

.PHONY: deploy-controller-blueprint-local
deploy-controller-blueprint-local:
kubectl apply -f blueprints/gatewayclassblueprint-contour-istio-cert.yaml -f blueprints/gatewayclass-contour-istio-cert.yaml
kubectl apply -f blueprints/contour-istio/gatewayclassblueprint-contour-istio-cert.yaml -f blueprints/contour-istio/gatewayclass-contour-istio-cert.yaml

.PHONY: deploy-aws-istio-blueprint
deploy-aws-istio-blueprint:
Expand Down
6 changes: 3 additions & 3 deletions doc/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ by the following sections.
Deploying the controller using Helm can be done as follows:

```
helm upgrade -i bifrost-gateway-controller-helm oci://ghcr.io/tv2-oss/bifrost-gateway-controller-helm -n bifrost-gateway-controller-system --create-namespace
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
```

### Deploy from Local-build and YAML Artifacts (recommended for end-to-end tests)
Expand Down Expand Up @@ -93,8 +93,8 @@ make run
### Deploy GatewayClass for KIND Datapath

```
kubectl apply -f blueprints/gatewayclass-contour-istio-cert.yaml
kubectl apply -f blueprints/gatewayclassblueprint-contour-istio-cert.yaml
kubectl apply -f blueprints/contour-istio/gatewayclass-contour-istio-cert.yaml
kubectl apply -f blueprints/contour-istio/gatewayclassblueprint-contour-istio-cert.yaml
```

## Create Datapath and Deploy Test Applications
Expand Down