Skip to content

Commit

Permalink
fix: gateway docs (#613)
Browse files Browse the repository at this point in the history
The gateway docs reference flags that don't work, this change
updates the docs to fix those broken references.

Signed-off-by: Kevin Carter <[email protected]>
  • Loading branch information
cloudnull authored Dec 9, 2024
1 parent 08925c8 commit c8ab133
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/infrastructure-gateway-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,15 @@ There are various implementations of the Gateway API. In this document, we will

helm upgrade --install nginx-gateway-fabric ./nginx-gateway-fabric \
--namespace=nginx-gateway \
--wait \
--timeout 10m \
-f /etc/genestack/helm-configs/nginx-gateway-fabric/helm-overrides.yaml \
--post-renderer /etc/genestack/kustomize/kustomize.sh \
--post-renderer-args gateway/overlay
-f /etc/genestack/helm-configs/nginx-gateway-fabric/helm-overrides.yaml
```

=== "Experimental"

``` shell
cd /opt/genestack/submodules/nginx-gateway-fabric/charts

helm upgrade --install nginx-gateway-fabric . \
helm upgrade --install nginx-gateway-fabric ./nginx-gateway-fabric \
--namespace=nginx-gateway \
-f /etc/genestack/helm-configs/nginx-gateway-fabric/helm-overrides.yaml \
--set nginxGateway.gwAPIExperimentalFeatures.enable=true
Expand Down

0 comments on commit c8ab133

Please sign in to comment.