diff --git a/ceph/templates/configmap-templates.yaml b/ceph/templates/configmap-templates.yaml index e9331ce812..8bcf25bc1d 100644 --- a/ceph/templates/configmap-templates.yaml +++ b/ceph/templates/configmap-templates.yaml @@ -27,6 +27,8 @@ data: {{ tuple "templates/_admin.keyring.tpl" . | include "helm-toolkit.utils.template" | indent 4 }} bootstrap.keyring.mds: |+ {{ tuple "templates/_bootstrap.keyring.mds.tpl" . | include "helm-toolkit.utils.template" | indent 4 }} + bootstrap.keyring.mgr: |+ +{{ tuple "templates/_bootstrap.keyring.mgr.tpl" . | include "helm-toolkit.utils.template" | indent 4 }} bootstrap.keyring.osd: |+ {{ tuple "templates/_bootstrap.keyring.osd.tpl" . | include "helm-toolkit.utils.template" | indent 4 }} bootstrap.keyring.rgw: |+ diff --git a/ceph/templates/templates/_bootstrap.keyring.mgr.tpl b/ceph/templates/templates/_bootstrap.keyring.mgr.tpl new file mode 100644 index 0000000000..b48ffcc462 --- /dev/null +++ b/ceph/templates/templates/_bootstrap.keyring.mgr.tpl @@ -0,0 +1,3 @@ +[client.bootstrap-mgr] + key = {{"{{"}} key {{"}}"}} + caps mgr = "allow profile bootstrap-mgr"