Skip to content

Commit

Permalink
docs: fix bug report config inputs
Browse files Browse the repository at this point in the history
Signed-off-by: Ramiz Polic <ramiz.polic@hotmail.com>
  • Loading branch information
ramizpolic committed Nov 24, 2023
1 parent 43b192f commit c931e9a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,23 @@ body:
- type: textarea
attributes:
label: Configuration
description: Contents of Vault CustomResource.
description: Include Webhook deployment configuration data such as Helm chart values.
render: yaml
placeholder: |
**Chart values**
Your redacted custom Helm values data
**Other**
1. Vault CustomResource
```yaml
apiVersion: "vault.banzaicloud.com/v1alpha1"
kind: "Vault"
metadata:
name: "vault"
# ...
...
```
- type: textarea
attributes:
label: Logs
Expand Down

0 comments on commit c931e9a

Please sign in to comment.