Skip to content

Commit 6baaa20

Browse files
authored
Fix NGF header link (#295)
A header link was not written correctly and didn't actually link to the section.
1 parent a1fc2a8 commit 6baaa20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ngf/how-to/data-plane-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ NGINX Gateway Fabric can dynamically update the global data plane configuration
1515

1616
The data plane configuration is stored in the NginxProxy custom resource, which is a cluster-scoped resource that is attached to the `nginx` GatewayClass.
1717

18-
By default, the NginxProxy resource is not created when installing NGINX Gateway Fabric. However, you can set configuration options in the `nginx.config` Helm values, and the resource will be created and attached when NGINX Gateway Fabric is installed using Helm. You can also [manually create and attach](#manually-creating-the-configuration) the resource after NGINX Gateway Fabric is already installed.
18+
By default, the NginxProxy resource is not created when installing NGINX Gateway Fabric. However, you can set configuration options in the `nginx.config` Helm values, and the resource will be created and attached when NGINX Gateway Fabric is installed using Helm. You can also [manually create and attach](#manually-create-the-configuration) the resource after NGINX Gateway Fabric is already installed.
1919

2020
When installed using the Helm chart, the NginxProxy resource is named `<release-name>-proxy-config`.
2121

0 commit comments

Comments
 (0)