Skip to content

Commit 3e0c7a7

Browse files
authored
Merge pull request #401 from ricardbejarano/master
added comment to clarify that the already-base64-encoded Ceph key must be base64-encoded again when using Kubernetes Secrets, or else use 'stringData' inplace of 'data'
2 parents a9f1323 + 5600c35 commit 3e0c7a7

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
@@ -3,4 +3,4 @@ kind: Secret
33
metadata:
44
name: ceph-secret
55
data:
6-
key: QVFCMTZWMVZvRjVtRXhBQTVrQ1FzN2JCajhWVUxSdzI2Qzg0SEE9PQ==
6+
key: QVFCMTZWMVZvRjVtRXhBQTVrQ1FzN2JCajhWVUxSdzI2Qzg0SEE9PQ== # the base64-encoded string of the already-base64-encoded key `ceph auth get-key` outputs

0 commit comments

Comments
 (0)