This commit is contained in:
20
testdata/README.md
vendored
Normal file
20
testdata/README.md
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user