File tree 2 files changed +2
-2
lines changed
site/content/installation/installing-ngf
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
38
38
39
39
.PHONY : update-ngf-manifest
40
40
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 -
42
42
43
43
.PHONY : update-ngf-manifest-with-plus
44
44
update-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
115
115
experimental features of Gateway API which are supported by NGINX Gateway Fabric:
116
116
117
117
``` 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
119
119
```
120
120
121
121
{{<note >}}Requires the Gateway APIs installed from the experimental channel.{{</note >}}
You can’t perform that action at this time.
0 commit comments