Not in a particular order of importance. :)
If you have an interesting resource that you'd like to promote, please let me know in the comments and I'll add it here.
| { | |
| "id": "prchecker", | |
| "name": "Github PR Checker Workflow", | |
| "version": "1.0", | |
| "functions": [ | |
| { | |
| "name": "FetchPRFiles", | |
| "type": "service", | |
| "metadata": { | |
| "interface": "org.kogito.examples.sw.github.workflow.GitHubService", |
| { | |
| "action":"edited", | |
| "number":2, | |
| "pull_request":{ | |
| "url":"https://api.github.com/repos/ricardozanini/kogito-sw-demo/pulls/2", | |
| "id":477344972, | |
| "node_id":"MDExOlB1bGxSZXF1ZXN0NDc3MzQ0OTcy", | |
| "html_url":"https://github.com/ricardozanini/kogito-sw-demo/pull/2", | |
| "diff_url":"https://github.com/ricardozanini/kogito-sw-demo/pull/2.diff", | |
| "patch_url":"https://github.com/ricardozanini/kogito-sw-demo/pull/2.patch", |
Not in a particular order of importance. :)
If you have an interesting resource that you'd like to promote, please let me know in the comments and I'll add it here.
| # requires python and kubectl | |
| bash <(curl -s https://github.com/m88i/nexus-operator/blob/main/hack/install.sh) |
| VERSION=<current Nexus Operator version> | |
| kubeclt apply –f https://github.com/m88i/nexus-operator/releases/download/${VERSION}/nexus-operator.yaml |
| $ kubectl get deployment -n nexus-operator-system | |
| NAME READY UP-TO-DATE AVAILABLE AGE | |
| nexus-operator-controller-manager 1/1 1 1 83s |
| kubectl apply –f https://raw.githubusercontent.com/m88i/nexus-operator/main/examples/nexus3-centos-no-volume.yaml -n nexus |
| $ kubectl get nexus –n nexus | |
| NAME EXPOSE AS UPDATE DISABLED STATUS REASON MAVEN PUBLIC URL | |
| nexus3 NodePort Pending |
| $ echo http://$(minikube ip):31031 | |
| http://192.168.32.5:31031 |
| # other fields omitted for brevity | |
| networking: | |
| expose: true | |
| exposeAs: "Ingress" | |
| host: "nexus.example.com" |