Skip to content

Commit 8a53975

Browse files
committed
fix: correct route directed to the wrong service
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent 8a0ae1e commit 8a53975

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/coco-supported/hello-openshift/templates/insecure-policy-route.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ spec:
77
targetPort: 8888
88
to:
99
kind: Service
10-
name: standard
10+
name: insecure-policy
1111
weight: 100
1212
wildcardPolicy: None

0 commit comments

Comments
 (0)