Skip to content

Commit e4a4e55

Browse files
committed
BZ-2060950 fixing incorrect apiVersion in HTTP2 code sample
1 parent 20141a1 commit e4a4e55

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/nw-http2-haproxy.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ $ oc annotate ingresses.config/cluster ingress.operator.openshift.io/default-ena
4646
You can alternatively apply the following YAML to add the annotation:
4747
[source,yaml]
4848
----
49-
apiVersion: operator.openshift.io/v1
50-
kind: IngressController
49+
apiVersion: config.openshift.io/v1
50+
kind: Ingress
5151
metadata:
52+
name: cluster
5253
annotations:
5354
ingress.operator.openshift.io/default-enable-http2: "true"
5455
----

0 commit comments

Comments
 (0)