Files
kubeviz/testdata/README.md
Clemens Hering 1a0bbe9dfd
Some checks failed
Deploy KubeViz / deploy (push) Has been cancelled
Teststand
2026-03-01 07:40:49 +01:00

21 lines
702 B
Markdown

# KubeViz Testdaten
Dieses Verzeichnis enthält sofort nutzbare Testdaten für:
- Multi-File Upload (`testdata/manifests/...`)
- Fehlertolerantes Parsing mit defekten Dateien (`testdata/manifests/partials`)
- Secret-Redaction (`testdata/manifests/sensitive`)
- Helm-Rendering (`testdata/helm/kubeviz-sample`)
## Empfohlene Tests
1. Upload `testdata/manifests/kube-stack/*.yaml`
2. Upload `testdata/manifests/partials/*.yaml` (enthält eine defekte Datei)
3. Upload `testdata/manifests/sensitive/*.yaml` und prüfe Secret-Redaction
4. Git/Helm: nutze das Chart unter `testdata/helm/kubeviz-sample`
## Helm lokal testen
```bash
helm template demo ./testdata/helm/kubeviz-sample --namespace demo
```