Skip to content

Commit

Permalink
mask stringData fields for v1/Secret
Browse files Browse the repository at this point in the history
  • Loading branch information
cppforlife committed Mar 12, 2020
1 parent a0ba88e commit 053fe96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/kapp/config/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ diffMaskRules:
- path: [data]
resourceMatchers:
- apiVersionKindMatcher: {apiVersion: v1, kind: Secret}
- path: [stringData]
resourceMatchers:
- apiVersionKindMatcher: {apiVersion: v1, kind: Secret}
ownershipLabelRules:
- path: [metadata, labels]
Expand Down

0 comments on commit 053fe96

Please sign in to comment.