mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
11 lines
296 B
YAML
11 lines
296 B
YAML
|
---
|
||
|
# This is an example Kubernetes secret that can be created in the Kubernetes
|
||
|
# namespace where Ceph-CSI is deployed. The contents of this secret will be
|
||
|
# used to connect to the Azure Key Vault.
|
||
|
apiVersion: v1
|
||
|
kind: Secret
|
||
|
metadata:
|
||
|
name: ceph-csi-azure-credentials
|
||
|
data:
|
||
|
CLIENT_CERT: ""
|