diff --git a/doc/source/security/kubernetes/private-namespace-and-restricted-rbac.rst b/doc/source/security/kubernetes/private-namespace-and-restricted-rbac.rst index fe80a7501..8153b1e31 100644 --- a/doc/source/security/kubernetes/private-namespace-and-restricted-rbac.rst +++ b/doc/source/security/kubernetes/private-namespace-and-restricted-rbac.rst @@ -204,6 +204,12 @@ with read/write type access to a single private namespace ~(keystone_admin)$ system application-list + #. Apply the secret to the new rbd-provisioner namespace. + + .. code-block:: none + + ~(keystone_admin)$ kubectl get secret ceph-pool-kube-rbd -n default -o yaml | grep -v '^\s*namespace:\s' | kubectl apply -n -f - + #. If this user requires the ability to use helm, do the following.