Login
Remember
Register
Ask a Question
How can a container have access to secret via ENV variable?
0
votes
asked
Aug 5, 2023
in
Kubernetes K8s
by
Robin
How can a container have access to secret via ENV variable?
envvariable
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 5, 2023
by
Robin
You can define a ENV in yaml file just like everyhing else and container can just do echo $WHATEVER
...