I want to add a secret to access my Mongo Atlas databases via my Cloud Run Managed application. I followed this guide: https://cloud.google.com/run/docs/configuring/using-secrets?hl=en
It described to first create the secrets - I did that
Then I have to add the secrets to my Cloud Run Service. However I can't find the option to do so. I only see the option to create "Environment Variables".
This is what I expect to find when following the documentation
But I can only see this
Do I miss to configure something to "activate" secrets beforehand for my Cloud Run Service?
Per the note on the top of that page: