You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 20, 2022. It is now read-only.
I have setup the following KubernetesLocalProcess.yaml from an article which should download secrets from my namespaces to allow the database connection secret to be using when debugging with bridge to kubernetes...
I have setup the following KubernetesLocalProcess.yaml from an article which should download secrets from my namespaces to allow the database connection secret to be using when debugging with bridge to kubernetes...
version: 0.1
volumeMounts:
localPath: /app/secrets
env:
value: "Kubernetes"
When attempting to debug from Visual Studio 2022 using this method, my code fails due to having no database connection information.
Is this a bug with VS2022, or is this configuration incorrect?