Skip to content

Commit 9c6f715

Browse files
authored
fix: correct route to service mapping (#66)
* fix: stop acm stalling Signed-off-by: Chris Butler <chris.butler@redhat.com> * fix: correct route directed to the wrong service Signed-off-by: Chris Butler <chris.butler@redhat.com> --------- Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent 4b2c49c commit 9c6f715

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

values-simple.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ clusterGroup:
2020
acm:
2121
name: advanced-cluster-management
2222
namespace: open-cluster-management
23-
channel: release-2.13
2423
sandbox:
2524
name: sandboxed-containers-operator
2625
namespace: openshift-sandboxed-containers-operator

0 commit comments

Comments
 (0)