Skip to content

Commit

Permalink
chore: add scarf pixel to markdown files (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
heckelmann committed Dec 5, 2022
1 parent 229bcc9 commit b05a810
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,3 +389,5 @@ Please find more information in the [LICENSE](LICENSE) file.
</a>

Made with [contrib.rocks](https://contrib.rocks).

<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=858843d8-8da2-4ce5-a325-e5321c770a78" />
2 changes: 2 additions & 0 deletions dashboards/grafana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ You can prepare the dashboards for the examples and import using the following c
```sh
make generate
```

<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=858843d8-8da2-4ce5-a325-e5321c770a78" />
2 changes: 2 additions & 0 deletions examples/argo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ In the meanwhile you can watch the progress of the deployment using:
* See in which phase your application deployment is at the moment

After some time all resources should be in a succeeded state. In the Argo-UI you will see that the application is in sync.

<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=858843d8-8da2-4ce5-a325-e5321c770a78" />
2 changes: 2 additions & 0 deletions examples/flux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ You can watch the progress of the deployment using:

After some time all resources should be in a succeeded state. Taking a look on the kustomization resource, you can see that the deployment has been updated to the latest version.
> `kubectl describe kustomizations.kustomize.toolkit.fluxcd.io podtatohead -n default`
<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=858843d8-8da2-4ce5-a325-e5321c770a78" />
2 changes: 2 additions & 0 deletions examples/kubecon-na-22-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ 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

<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=858843d8-8da2-4ce5-a325-e5321c770a78" />
4 changes: 3 additions & 1 deletion examples/observability/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,6 @@ make port-forward-grafana

Now, you should be able to see it in the [Grafana UI](http://localhost:3000/d/wlo2MpIVk/keptn-lifecycle-toolkit-metrics) under `Dashboards > General`.

![](./assets/grafana_dashboard.png)
![](./assets/grafana_dashboard.png)

<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=858843d8-8da2-4ce5-a325-e5321c770a78" />
2 changes: 2 additions & 0 deletions examples/podtatohead-deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
```
kubectl create secret generic slack-notification --from-literal=SECURE_DATA='{"slack_hook":"<WebHook>","text":"Deployed PodTatoHead Application"}' -n podtato-kubectl -oyaml --dry-run > slack-secret.yaml
```

<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=858843d8-8da2-4ce5-a325-e5321c770a78" />
4 changes: 3 additions & 1 deletion examples/taskonly-hello-keptn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ This example shows how to define an inline function and pass over parameters to
```
NAME APPLICATION WORKLOAD VERSION JOB NAME STATUS
hello-developer my-app my-workload 1.0 klc-my-app-my-workload-1.0-57692 Succeeded
```
```

<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=858843d8-8da2-4ce5-a325-e5321c770a78" />
1 change: 1 addition & 0 deletions functions-runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ docker run -e SCRIPT=https://raw.githubusercontent.com/keptn/lifecycle-toolkit/m
docker run -e SCRIPT=https://raw.githubusercontent.com/keptn/lifecycle-toolkit/main/functions-runtime/samples/ts/slack.ts -e SECURE_DATA='{ "slack_hook":"hook/parts","text":"this is my test message" }' -it keptnsandbox/klc-runtime:${VERSION}
```

<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=858843d8-8da2-4ce5-a325-e5321c770a78" />
1 change: 1 addition & 0 deletions operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,4 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=858843d8-8da2-4ce5-a325-e5321c770a78" />
1 change: 1 addition & 0 deletions scheduler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=858843d8-8da2-4ce5-a325-e5321c770a78" />

0 comments on commit b05a810

Please sign in to comment.