diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index cc752baa..6a1369e9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -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