-
- Downloads
Copying ctaregsecret to the new namespace as secrets are only visible in
their namespace. According to https://kubernetes.io/docs/concepts/configuration/secret/#creating-a-secret-using-kubectl-create-secret: ``` Secret API objects reside in a namespace. They can only be referenced by pods in that same namespace. ```
Please register or sign in to comment