gitattributes: use sops differ for secrets
This requires the following to be placed in one’s git config:
[diff "sops"]
textconv = "sops -d"
This commit is contained in:
parent
5b928180b1
commit
0e7489ea80
1 changed files with 1 additions and 0 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
**/secrets.yaml diff=sops
|
||||
Loading…
Add table
Add a link
Reference in a new issue