ceph-csi/examples/kms/vault/tenant-token.yaml
Niels de Vos 6e2d16ed1e e2e: add test for VaultTokensKMS support
Signed-off-by: Niels de Vos <ndevos@redhat.com>
2020-12-14 14:45:09 +00:00

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"