Skip to content

Commit

Permalink
Merge pull request #47 from gabriel-farache/gabriel-farache-patch-2
Browse files Browse the repository at this point in the history
Fix move2kube URL protocol in README
  • Loading branch information
masayag authored Jan 30, 2024
2 parents e8fdbd9 + 2a7925f commit 973b1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion move2kube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Run the following command to apply it to the `move2kubeURL` parameter:
```console
M2K_ROUTE=$(oc -n sonataflow-infra get routes move2kube-route -o yaml | yq -r .spec.host)
oc -n sonataflow-infra delete ksvc m2k-save-transformation-func &&
helm upgrade move2kube move2kube --set workflow.move2kubeURL=$M2K_ROUTE &&
helm upgrade move2kube move2kube --set workflow.move2kubeURL=https://${M2K_ROUTE} &&
oc -n sonataflow-infra scale deployment serverless-workflow-m2k --replicas=0 &&
oc -n sonataflow-infra scale deployment serverless-workflow-m2k --replicas=1
```

0 comments on commit 973b1d2

Please sign in to comment.