Skip to content

Commit 366ae6e

Browse files
author
Tim Bannister
committed
Fix IngressClass tabs
1 parent 33fec29 commit 366ae6e

File tree

1 file changed

+2
-2
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+2
-2
lines changed

content/en/docs/concepts/services-networking/ingress.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,14 +252,14 @@ metadata:
252252
spec:
253253
controller example.com/ingress-controller
254254
parameters:
255-
# The parameters for this IngressClass are specified in an
255+
# The parameters for this IngressClass are specified in a
256256
# ClusterIngressParameter (API group k8s.example.net) named
257257
# "external-config-1". This definition tells Kubernetes to
258258
# look for a cluster-scoped parameter resource.
259259
scope: Cluster
260260
apiGroup: k8s.example.net
261261
kind: ClusterIngressParameter
262-
name: external-config
262+
name: external-config-1
263263
```
264264
{{% /tab %}}
265265
{{% tab name="Namespaced" %}}

0 commit comments

Comments
 (0)