From 858d4658fa468d5aacc3204e9e7c31909dc20941 Mon Sep 17 00:00:00 2001 From: LeoZhang Date: Thu, 23 Mar 2023 17:41:30 +0800 Subject: [PATCH] fix create pod error --- volumes/cephfs/secret/ceph-secret.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volumes/cephfs/secret/ceph-secret.yaml b/volumes/cephfs/secret/ceph-secret.yaml index 711614b5..89af09bd 100644 --- a/volumes/cephfs/secret/ceph-secret.yaml +++ b/volumes/cephfs/secret/ceph-secret.yaml @@ -2,5 +2,5 @@ apiVersion: v1 kind: Secret metadata: name: ceph-secret -data: +stringData: key: QVFCMTZWMVZvRjVtRXhBQTVrQ1FzN2JCajhWVUxSdzI2Qzg0SEE9PQ== # the base64-encoded string of the already-base64-encoded key `ceph auth get-key` outputs