-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
1.3.0, 1.4.0
-
False
-
-
False
-
-
-
Important
Description of the problem:
If the openshift cluster has a self signed certificate for ingress, the m2k-props cm quarkus.rest-client.move2kube_yaml.url value needs to be updated to use the svc url rather than the move2kube route, otherwise move2kube/workflow will generate a certificate error when running the workflow.
The default value:
oc get cm m2k-props -o yaml
apiVersion: v1
data:
application.properties: |2
[..truncated..]
# This property is used to send requests to the move2kube instance
quarkus.rest-client.move2kube_yaml.url=${MOVE2KUBE_URL}
Change to the svc url
oc get cm m2k-props -o yaml apiVersion: v1 data: application.properties: |2 [..truncated..] # This property is used to send requests to the move2kube instance quarkus.rest-client.move2kube_yaml.url=http://move2kube-svc.move2kube.svc.cluster.local:8080
How reproducible:
Steps to reproduce:
1.
2.
3.
Actual results:
Expected results:
- depends on
-
FLPATH-930 Knative integration
-
- ON_QA
-