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
kamal config mentions that it will output the combined config including secrets but it looks like they're missing for roles/servers. I'm seeing them on accessories but nothing from the global or role level.
kamal config # Show combined config (including secrets!)
I would expect to see GLOBAL_VAR, GLOBAL_SECRET, ROLE_VAR, and ROLE_SECRET in this output but it's missing.
It might be related to #803 but slightly different.
Happy to have a go at it but just wanted to mention it first. I was trying to troubleshoot some env var loading and remembered this command existed but haven't used it in a while.
The text was updated successfully, but these errors were encountered:
nickhammond
changed the title
kamal config not displaying env vars for roleskamal config not displaying env vars for roles
May 24, 2024
kamal config
mentions that it will output the combined config including secrets but it looks like they're missing for roles/servers. I'm seeing them on accessories but nothing from the global or role level.With this deploy.yml file:
kamal config
output is this:I would expect to see
GLOBAL_VAR
,GLOBAL_SECRET
,ROLE_VAR
, andROLE_SECRET
in this output but it's missing.It might be related to #803 but slightly different.
Happy to have a go at it but just wanted to mention it first. I was trying to troubleshoot some env var loading and remembered this command existed but haven't used it in a while.
The text was updated successfully, but these errors were encountered: