Add a make target to export admin editor token#314
Conversation
|
Errors (non-critical unfortunately) during the integration tests: and the resulting env looks like this: -> had a similar issue yesterday. Making env vars return command output evaluated when reading an env var is not possible in bash. I tried to do a similar thing yesterday. evaluates into In my case I had to generate the CA/certificates before running the |
But this only happens if the deployment of the metal-apiserver was not done yet. |
|
Expressions in env vars not evaluated at runtime has nothing to do with the secret missing. Even after mini-lab startup and the secret getting created manually it does not fill the The $$ does not cause lazy evaluation of the |
It worked for me under If you have a better solution, please create a PR for that. |
Description
This completes the effort made in: metal-stack/metal-apiserver#231
Used AI-Tools ✨