Skip to content

Commit

Permalink
chore: do not give file reference in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra authored and moshloop committed Sep 11, 2024
1 parent 0b51b53 commit 974254b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
title: Kubernetes Job Failing
---

```yaml title="cronjob-alerts.yaml" file="../../../modules/mission-control/fixtures/notifications/kube-cronjob-failing.yaml"
```yaml title="cronjob-alerts.yaml" file=../../../modules/mission-control/fixtures/notifications/kube-cronjob-failing.yaml

```
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
title: Pod CrashLooping
---

```yaml title="pod-crashlooping-alerts.yaml" file="../../../modules/mission-control/fixtures/notifications/kube-pod-crashlooping.yaml"
```yaml title="pod-crashlooping-alerts.yaml" file=../../../modules/mission-control/fixtures/notifications/kube-pod-crashlooping.yaml

```
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
title: Kubernetes Deployment Health
---

```yaml title="kubernetes-deployment-health.yaml" file="../../../modules/mission-control/fixtures/notifications/kube-deployment-unhealthy.yaml"
```yaml title="kubernetes-deployment-health.yaml" file=../../../modules/mission-control/fixtures/notifications/kube-deployment-unhealthy.yaml

```

0 comments on commit 974254b

Please sign in to comment.