Skip to content

Commit 1eb274e

Browse files
committed
Fix experimental festire flag name in docs and conformance makefile
1 parent 8c7a0e2 commit 1eb274e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conformance/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ create-kind-cluster: ## Create a kind cluster
3838

3939
.PHONY: update-ngf-manifest
4040
update-ngf-manifest: ## Update the NGF deployment manifest image names and imagePullPolicies
41-
cd .. && make generate-manifests HELM_TEMPLATE_EXTRA_ARGS_FOR_ALL_MANIFESTS_FILE="--set nginxGateway.kind=skip" HELM_TEMPLATE_COMMON_ARGS="--set nginxGateway.image.repository=$(PREFIX) --set nginxGateway.image.tag=$(TAG) --set nginxGateway.image.pullPolicy=Never --set nginx.image.repository=$(NGINX_PREFIX) --set nginx.image.tag=$(TAG) --set nginx.image.pullPolicy=Never --set nginxGateway.experimentalFeatures.enable=$(ENABLE_EXPERIMENTAL)" && cd -
41+
cd .. && make generate-manifests HELM_TEMPLATE_EXTRA_ARGS_FOR_ALL_MANIFESTS_FILE="--set nginxGateway.kind=skip" HELM_TEMPLATE_COMMON_ARGS="--set nginxGateway.image.repository=$(PREFIX) --set nginxGateway.image.tag=$(TAG) --set nginxGateway.image.pullPolicy=Never --set nginx.image.repository=$(NGINX_PREFIX) --set nginx.image.tag=$(TAG) --set nginx.image.pullPolicy=Never --set nginxGateway.gwAPIExperimentalFeatures.enable=$(ENABLE_EXPERIMENTAL)" && cd -
4242

4343
.PHONY: update-ngf-manifest-with-plus
4444
update-ngf-manifest-with-plus: ## Update the NGF deployment manifest image names and imagePullPolicies including nginx-plus

site/content/installation/installing-ngf/helm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ We support a subset of the additional features provided by the Gateway API exper
115115
experimental features of Gateway API which are supported by NGINX Gateway Fabric:
116116

117117
```shell
118-
helm install ngf oci://ghcr.io/nginxinc/charts/nginx-gateway-fabric --create-namespace -n nginx-gateway --set nginxGateway.experimentalFeatures.enable=true
118+
helm install ngf oci://ghcr.io/nginxinc/charts/nginx-gateway-fabric --create-namespace -n nginx-gateway --set nginxGateway.gwAPIExperimentalFeatures.enable=true
119119
```
120120

121121
{{<note>}}Requires the Gateway APIs installed from the experimental channel.{{</note>}}

0 commit comments

Comments
 (0)