mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
12 lines
348 B
YAML
12 lines
348 B
YAML
|
---
|
||
|
# This is the user secret containing encryptionPasspharse that can be
|
||
|
# created in a Kubernetes Namespace for encrypting PVCs with the
|
||
|
# "user-ns-secrets-metadata-test" or "user-secrets-metadata-test"
|
||
|
# encryptionKMSID.
|
||
|
apiVersion: v1
|
||
|
kind: Secret
|
||
|
metadata:
|
||
|
name: storage-encryption-secret
|
||
|
stringData:
|
||
|
encryptionPassphrase: test-encryption
|