Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Use details tag around code backticks for 'helm get' output in issue …
Browse files Browse the repository at this point in the history
…template

The output can be quite long and long output clutters up the issue description.

Note that the empty line is necessary in order for the code to be parsed correctly (see dear-github/dear-github#166 (comment) for details).
  • Loading branch information
krichter722 committed Dec 15, 2019
1 parent 22fe3cd commit 569ae24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,14 @@ e.g. `helm get elasticsearch` (replace `elasticsearch` with the name of your hel

*If you find some secrets in plain text in `helm get release` output you should use [Kubernetes Secrets](https://kubernetes.io/docs/concepts/configuration/secret/) to managed them is a secure way (see [Security Example](https://github.com/elastic/helm-charts/blob/master/elasticsearch/examples/security/security.yml#L23-L38)).*

<details>
<summary>Output of helm get release</summary>

```
```

</details>

**Describe the bug:**

**Steps to reproduce:**
Expand Down

0 comments on commit 569ae24

Please sign in to comment.