Skip to content

Commit bc9ca4c

Browse files
authored
Merge pull request #476 from zealoussnow/patch-1
fix create pod error
2 parents b91b4bc + 858d465 commit bc9ca4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volumes/cephfs/secret/ceph-secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v1
22
kind: Secret
33
metadata:
44
name: ceph-secret
5-
data:
5+
stringData:
66
key: QVFCMTZWMVZvRjVtRXhBQTVrQ1FzN2JCajhWVUxSdzI2Qzg0SEE9PQ== # the base64-encoded string of the already-base64-encoded key `ceph auth get-key` outputs

0 commit comments

Comments
 (0)