|
|
|
@ -22,9 +22,23 @@ body:
|
|
|
|
|
id: repro
|
|
|
|
|
attributes:
|
|
|
|
|
label: How can we reproduce it (as minimally and precisely as possible)?
|
|
|
|
|
description: |
|
|
|
|
|
Please list steps someone can follow to trigger the issue.
|
|
|
|
|
|
|
|
|
|
For example:
|
|
|
|
|
1. Run `helm install mychart ./path-to-chart -f values.yaml`
|
|
|
|
|
2. Observe the following error: ...
|
|
|
|
|
|
|
|
|
|
You can include:
|
|
|
|
|
- a sample `values.yaml` block
|
|
|
|
|
- a link to a chart
|
|
|
|
|
- specific `helm` commands used
|
|
|
|
|
|
|
|
|
|
This helps others reproduce and debug your issue more effectively.
|
|
|
|
|
validations:
|
|
|
|
|
required: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
|
id: additional
|
|
|
|
|
attributes:
|
|
|
|
@ -45,14 +59,3 @@ body:
|
|
|
|
|
</details>
|
|
|
|
|
validations:
|
|
|
|
|
required: true
|
|
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
|
id: cloudProvider
|
|
|
|
|
attributes:
|
|
|
|
|
label: Cloud provider/platform (AKS, GKE, Minikube etc.)
|
|
|
|
|
value: |
|
|
|
|
|
<details>
|
|
|
|
|
|
|
|
|
|
</details>
|
|
|
|
|
validations:
|
|
|
|
|
required: true
|
|
|
|
|