diff --git a/README.md b/README.md index 5b18ed66dc..b1456c8487 100644 --- a/README.md +++ b/README.md @@ -332,6 +332,3 @@ Please find more information in the [LICENSE](LICENSE) file. Made with [contrib.rocks](https://contrib.rocks). - - - diff --git a/dashboards/grafana/README.md b/dashboards/grafana/README.md index 2e13089591..6d30e00fc4 100644 --- a/dashboards/grafana/README.md +++ b/dashboards/grafana/README.md @@ -34,6 +34,3 @@ If you prefer to prepare the dashboards for the examples and importing them as j ```shell make import-json ``` - - - diff --git a/examples/sample-app/README.md b/examples/sample-app/README.md index 98eb7207c4..58b413c3c2 100644 --- a/examples/sample-app/README.md +++ b/examples/sample-app/README.md @@ -74,6 +74,3 @@ The deployment should fail because of too few cpu resources ```make deploy-version-3``` * This should only change one service, you can see that only this changed in the trace - - - diff --git a/examples/support/argo/README.md b/examples/support/argo/README.md index f37d20614f..02bacdf0be 100644 --- a/examples/support/argo/README.md +++ b/examples/support/argo/README.md @@ -89,6 +89,3 @@ In the meanwhile you can watch the progress of the deployment using: After some time all resources should be in a succeeded state. In the Argo-UI you will see that the application is in sync. - - - diff --git a/examples/support/observability/README.md b/examples/support/observability/README.md index 55fd0bdfd1..4168e978d7 100644 --- a/examples/support/observability/README.md +++ b/examples/support/observability/README.md @@ -99,6 +99,3 @@ Now, you should be able to see it in the under `Dashboards > General`. ![Screenshot of a dashboard in Grafana](./assets/grafana_dashboard.png) - - - diff --git a/lifecycle-operator/README.md b/lifecycle-operator/README.md index db8e7c34dd..ac6844ae88 100644 --- a/lifecycle-operator/README.md +++ b/lifecycle-operator/README.md @@ -94,6 +94,3 @@ make manifests Run `make --help` for more information on all potential `make` targets More information can be found via the [Kubebuilder Documentation](https://book.kubebuilder.io/introduction.html) - - - diff --git a/runtimes/deno-runtime/README.md b/runtimes/deno-runtime/README.md index 76056dedfb..7df63c1183 100644 --- a/runtimes/deno-runtime/README.md +++ b/runtimes/deno-runtime/README.md @@ -77,6 +77,3 @@ docker run \ -it \ ghcr.io/keptn/deno-runtime:${VERSION} ``` - - - diff --git a/runtimes/python-runtime/README.md b/runtimes/python-runtime/README.md index 3b4957f438..b2e03a34c0 100644 --- a/runtimes/python-runtime/README.md +++ b/runtimes/python-runtime/README.md @@ -67,9 +67,6 @@ We can call the hellopy.py script downloading it directly from github docker run -e "SCRIPT=https://raw.githubusercontent.com/keptn/lifecycle-toolkit/main/runtimes/python-runtime/samples/hellopy.py" -it lifecycle-toolkit/runtimes/python-runtime:${VERSION} ``` - - - ### Environment Variables Keptn passes the following environment variables to the runtime: