mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
6e2d16ed1e
Signed-off-by: Niels de Vos <ndevos@redhat.com>
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"
|