Skip to content

Commit

Permalink
Fix example in readme for sops 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcassee committed Aug 4, 2020
1 parent 861ebbf commit d788209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The output is a Kubernetes secret containing the decrypted data:

apiVersion: v1
data:
FOO: c2VjcmV0
FOO: J3NlY3JldCc=
secret-file.txt: c2VjcmV0Cg==
kind: Secret
metadata:
Expand Down

0 comments on commit d788209

Please sign in to comment.