Skip to content

Commit

Permalink
Merge pull request kubernetes#401 from ricardbejarano/master
Browse files Browse the repository at this point in the history
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'
  • Loading branch information
k8s-ci-robot authored Nov 11, 2020
2 parents a9f1323 + 5600c35 commit 3e0c7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volumes/cephfs/secret/ceph-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Secret
metadata:
name: ceph-secret
data:
key: QVFCMTZWMVZvRjVtRXhBQTVrQ1FzN2JCajhWVUxSdzI2Qzg0SEE9PQ==
key: QVFCMTZWMVZvRjVtRXhBQTVrQ1FzN2JCajhWVUxSdzI2Qzg0SEE9PQ== # the base64-encoded string of the already-base64-encoded key `ceph auth get-key` outputs

0 comments on commit 3e0c7a7

Please sign in to comment.