无法在 Google Cloud 运行 中找到选项,将已创建的 Secrets 添加到变量 - 文档具有误导性

Can't find option in Google Cloud Run to add created Secrets to Variables - documentation is misleading

我想添加一个秘密以通过我的云 运行 托管应用程序访问我的 Mongo Atlas 数据库。 我遵循了这个指南:https://cloud.google.com/run/docs/configuring/using-secrets?hl=en

它描述了首先创建秘密 - 我做到了

然后我必须将机密添加到我的云 运行 服务中。但是我找不到这样做的选项。我只看到创建“环境变量”的选项。

这是我希望在遵循文档时找到的内容

但是我只能看到这个

我是否想念为我的 Cloud 运行 服务配置一些东西来预先“激活”机密?

根据该页顶部的注释:

Important: This feature is not available for Cloud Run (fully managed).