File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
template/.github/ISSUE_TEMPLATE Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,12 @@ body:
1212 label: Affected Stackable version
1313 description: Which version of the Stackable Operator do you see this bug in?
1414
15- # {[% if operator.has_product | default(true) %}]
16-
15+ # {[%- if operator.has_product | default(true) +%}]
1716 - type: input
1817 attributes:
1918 label: Affected {[ operator.pretty_string }] version
2019 description: Which version of {[ operator.pretty_string }] do you see this bug in?
21- # {[% endif %}]
20+ # {[%- endif + %}]
2221
2322 - type: textarea
2423 attributes:
4140 attributes:
4241 label: Environment
4342 description: |
44- What type of kubernetes cluster you are running aginst (k3s/eks/aks/gke/other) and any other information about your environment?
43+ What type of kubernetes cluster you are running against (k3s/eks/aks/gke/other) and any other information about your environment?
4544 placeholder: |
4645 Examples:
4746 Output of `kubectl version --short`
You can’t perform that action at this time.
0 commit comments