fix create pod error
This commit is contained in:
parent
b91b4bcc6a
commit
858d4658fa
|
@ -2,5 +2,5 @@ apiVersion: v1
|
||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
name: ceph-secret
|
name: ceph-secret
|
||||||
data:
|
stringData:
|
||||||
key: QVFCMTZWMVZvRjVtRXhBQTVrQ1FzN2JCajhWVUxSdzI2Qzg0SEE9PQ== # the base64-encoded string of the already-base64-encoded key `ceph auth get-key` outputs
|
key: QVFCMTZWMVZvRjVtRXhBQTVrQ1FzN2JCajhWVUxSdzI2Qzg0SEE9PQ== # the base64-encoded string of the already-base64-encoded key `ceph auth get-key` outputs
|
||||||
|
|
Loading…
Reference in New Issue