mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-07 19:35:38 -05:00
Inline toml config error: failed to write / clone compose file #1169
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nic96 on GitHub (May 13, 2025).
I'm getting the following error when trying to use an inline toml config for a gitlab runner:
I'm wondering if this has something to do with komdo also trying to serialize/save the compose file as toml.
A workaround I used for now is instead of a UI defined compose I'm using the files on server option.
Here's my compose.yaml
@mbecker20 commented on GitHub (Aug 28, 2025):
I see. There is an option on Stack Config
skip_secret_interpwhich enabling would fix this but I think you can only enable it using Resource TOML / Sync. I will review adding this to the UI.