mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-01-18 02:39:30 +00:00
bdd7c5a666
Signed-off-by: Matthias Linhuber <matthias.linhuber@tum.de>
17 lines
472 B
YAML
17 lines
472 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: csi-rbd-secret
|
|
namespace: default
|
|
stringData:
|
|
# Key values correspond to a user name and its key, as defined in the
|
|
# ceph cluster. User ID should have required access to the 'pool'
|
|
# specified in the storage class
|
|
# The userID must not include the "client." prefix!
|
|
userID: <plaintext ID>
|
|
userKey: <Ceph auth key corresponding to ID above>
|
|
|
|
# Encryption passphrase
|
|
encryptionPassphrase: test_passphrase
|