Skip to content

Commit

Permalink
Fix bad code block in README (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Wall <[email protected]>
  • Loading branch information
petewall authored Jul 6, 2023
1 parent 69e6f84 commit 0216042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/k8s-monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ externalServices:
password: "It's a secret to everyone"
EOF
helm install my-release grafana/k8s-monitoring --values values.yaml
``
```

This chart simplifies the deployment of a Kubernetes monitoring infrastructure, including the following:

Expand Down
2 changes: 1 addition & 1 deletion charts/k8s-monitoring/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ externalServices:
password: "It's a secret to everyone"
EOF
helm install my-release grafana/{{ template "chart.name" . }} --values values.yaml
``
```

This chart simplifies the deployment of a Kubernetes monitoring infrastructure, including the following:

Expand Down

0 comments on commit 0216042

Please sign in to comment.