dapr / cli

Command-line tools for Dapr.
Apache License 2.0
318 stars 202 forks source link

dapr run -k -f ... doesn't seem to support valueFrom for referencing secrets #1393

Open akshaya-a opened 6 months ago

akshaya-a commented 6 months ago

https://github.com/dapr/cli/blob/619cd9cd8479827666dca78942da959d349bd987/pkg/kubernetes/run.go#L333

While I understand the workaround of generating the deploymentspecs manually, seems like this is a simple thing that should be supported, especially as dapr init -k sets up a default secret store. this completes the scenario for a secure hello world with dapr CLI (or i'm just missing something because I can't find it in the docs 😄 )

siri-varma commented 1 month ago

/assign