2019-02-07 09:59:26 +00:00
|
|
|
---
|
2018-07-18 14:49:15 +00:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Secret
|
|
|
|
metadata:
|
|
|
|
name: csi-rbd-secret
|
2019-02-07 09:59:26 +00:00
|
|
|
namespace: default
|
2019-06-01 21:26:42 +00:00
|
|
|
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
|
2025-01-10 15:08:20 +00:00
|
|
|
# The userID must not include the "client." prefix!
|
2019-06-01 21:26:42 +00:00
|
|
|
userID: <plaintext ID>
|
|
|
|
userKey: <Ceph auth key corresponding to ID above>
|
2019-12-13 11:41:32 +00:00
|
|
|
|
|
|
|
# Encryption passphrase
|
|
|
|
encryptionPassphrase: test_passphrase
|