在 Azure Kubernetes 中,我希望在默认命名空间中有一个包含 jenkins 的 pod,它需要从我的应用程序工作区读取机密。
当我尝试时,出现下一个错误:
Error from server (Forbidden): secrets "myapp-mongodb" is forbidden: User "system:serviceaccount:default:jenkinspod" cannot get resource "secrets" in API group "" in the namespace "myapp"
Run Code Online (Sandbox Code Playgroud)
我如何才能访问此 jenkisn pod 来读取“myapp”命名空间中的秘密