application secrets in pipeline #4548
Unanswered
surajnarwade
asked this question in
Q&A
Replies: 1 comment
-
Yeah so you're not passing this to the daemon per-se. The daemon is launching your pods, and it needs to know how to launch them. That's a configmap you're modifying there, which is why you need to bounce the daemon after applying it. Does that make sense? I'm figuring this out as I go, so my understanding is a little raw. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying out dagster example in my test environment, I noticed if my application needs any environment variable from secret, I need to add that secret into user deployment as well as under
env_secrets
in instance configmap which is consumed by daemon.is there a need to provide
env_secrets
to daemon when we are already passing this information to user deployment?if it is really needed by daemon then, do we need to pass this secret to user deployment?
I am a bit confused here with the overall architecture, can someone please explain.
many thanks :)
Beta Was this translation helpful? Give feedback.
All reactions