Files
Oliver Bähler 5ca926c255 chore(repo): pre-commit fixes (#1431)
* chore: add golint to pre-commit

Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>

* chore: move legacy docs

Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>

* chore: ran pre-commit

Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>

* chore: fix goreleaser regexps

Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>

---------

Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>
2025-05-01 11:46:25 +02:00

42 lines
865 B
Markdown

---
name: Bug report
about: Create a report to help us improve Capsule
title: ''
labels: blocked-needs-validation, bug
assignees: ''
---
<!--
Thanks for taking time reporting a Capsule bug!
-->
# Bug description
A clear and concise description of what the bug is.
# How to reproduce
Steps to reproduce the behavior:
1. Provide the Capsule Tenant YAML definitions
2. Provide all managed Kubernetes resources
# Expected behavior
A clear and concise description of what you expected to happen.
# Logs
If applicable, please provide logs of `capsule`.
In a standard stand-alone installation of Capsule,
you'd get this by running `kubectl -n capsule-system logs deploy/capsule-controller-manager`.
# Additional context
- Capsule version: (`capsule --version`)
- Helm Chart version: (`helm list -n capsule-system`)
- Kubernetes version: (`kubectl version`)