mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-02-14 18:29:53 +00:00
* feat(redactors): Run redactors on an existing support bundle Add redact subcommand to support-bundle to allow running redactors on an existing bundle to creating a new redacted bundle. The command will be launched like so support-bundle redact <redactor urls> --bundle support-bundle.tar.gz Fixes: #705
11 lines
181 B
YAML
11 lines
181 B
YAML
apiVersion: troubleshoot.sh/v1beta2
|
|
kind: Redactor
|
|
metadata:
|
|
name: e2e-redactor
|
|
spec:
|
|
redactors:
|
|
- name: redact-static-text
|
|
removals:
|
|
values:
|
|
- static
|