Skip to content

Commit 087505f

Browse files
committed
fix example yaml
1 parent 8b54c28 commit 087505f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

sample-redactors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Redactor
33
metadata:
44
name: my-application-name
55
spec:
6-
redacts:
6+
redactors:
77
- name: replace password # names are not used internally, but are useful for recordkeeping
88
file: data/my-password-dump # this targets a single file
99
values:

sample-troubleshoot.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,3 @@ spec:
1818
data: |
1919
my super secret password is abc123
2020
another redaction will go here
21-
redactors:
22-
- values:
23-
- secret # this will replace the string 'secret' with '***HIDDEN***' in the files produced by this collector

0 commit comments

Comments
 (0)