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
I need to find a solution to this problem, where I want to pass custom configuration to container I done that with BindMount and with docker env. and dotnet run, locally, works.
But when I use aspirate I get that the configuration is not taken and no logs are printed that the bind mount were ignored or something else... it just don't apply them so my container deployments doen't have the volume mount with the respective configurations.
🔥 Bug Description
I need to find a solution to this problem, where I want to pass custom configuration to container I done that with BindMount and with docker env. and dotnet run, locally, works.
But when I use aspirate I get that the configuration is not taken and no logs are printed that the bind mount were ignored or something else... it just don't apply them so my container deployments doen't have the volume mount with the respective configurations.
An example as code:
The BindMount is properly reported to the manifest as I report here
But when I apply the manifest the bindmount is "skipped" and I don't obtain my services working as I need.
Does anyone have the same issue? What's the problem in this?
The text was updated successfully, but these errors were encountered: