1
0
mirror of https://github.com/ceph/ceph-csi.git synced 2025-02-19 17:19:30 +00:00
ceph-csi/examples/kms/vault/tenant-token.yaml

10 lines
258 B
YAML
Raw Normal View History

---
# 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"