File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
site/content/installation/installing-ngf Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ create-kind-cluster: ## Create a kind cluster
3838
3939.PHONY : update-ngf-manifest
4040update-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
4444update-ngf-manifest-with-plus : # # Update the NGF deployment manifest image names and imagePullPolicies including nginx-plus
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ We support a subset of the additional features provided by the Gateway API exper
115115experimental 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 >}}
You can’t perform that action at this time.
0 commit comments