Fails to deploy due to templating error #3
Reference in New Issue
Block a user
No description provided.
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?
Deploying the app fails on current
abraversions withFATA <app/deploy.go:276> failed to create miniflux_app: Error response from daemon: rpc error: code = InvalidArgument desc = expanding env failed: expanding env "ADMIN_PASSWORD={{ secret \"admin_password\" }}": template: expansion:1: function "secret" not defined.My understanding is that probably the template syntax is outdated and we need to fix that on this recipe.
According to what I could read on https://docs.coopcloud.tech/maintainers/handbook/#manage-secret-data, the syntax is terribly outdated in this repo and we need to fix that in order to make this recipe work.
Hacking on the problem earlier today, I noticed that the issue is isolated to the part of
compose.ymlwhich tries to expose all of the data including envvars and secrets to the container by callingwhich definitely doesn't work but I cannot spend much time figuring out how to fix that atm.