Skip to content

Commit

Permalink
Update encrypted-volumes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrey1330 authored Oct 18, 2024
1 parent 81eb437 commit 7e79d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/encrypted-volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ echo -n '78505636c8133d9be42e347f82785b81a879cd8133046f8fc0b36f17b078ad0c' | bas
After the keys are generated, an encrypted pvc can created by passing the generated keys `crypto_key1` and `crypto_key2` secret data
```
apiVersion: v1
Kind: Secret
kind: Secret
metadata:
name: simplyblock-pvc-keys
namespace: default
Expand Down

0 comments on commit 7e79d25

Please sign in to comment.