mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
10 lines
258 B
YAML
10 lines
258 B
YAML
|
---
|
||
|
# This is the Vault Token that can be created in a Kubernetes Namespace
|
||
|
# (Tenant) for encrypting PVCs with the "vaulttokens" encryptionKMSType.
|
||
|
apiVersion: v1
|
||
|
kind: Secret
|
||
|
metadata:
|
||
|
name: ceph-csi-kms-token
|
||
|
stringData:
|
||
|
token: "sample_root_token_id"
|