mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-02 00:57:04 -05:00
1.14.1 (#69)
* 1.14.1 * 1.14.1 version * repo pull use configured repo path * don't show UI defined file if using Stack files on host mode * Stack "run build" option * note on bind mounts * improve bind mount doc * add links to schema * add new stacks configs UI * interp into stack build_extra_args * add links UI
This commit is contained in:
@@ -45,4 +45,10 @@ This works by:
|
||||
Just like all other resources with Environments (Deployments, Repos, Builds),
|
||||
Stack Environments support **Variable and Secret interpolation**. Define global variables
|
||||
in the UI and share the values across environments.
|
||||
:::
|
||||
:::
|
||||
|
||||
## Using bind mounts
|
||||
|
||||
Repo-based stacks must delete the stack folder before it is able to reclone for the latest repo contents.
|
||||
Because of this, users should **avoid using relative file paths that are placed inside the repo directory**.
|
||||
Or better yet, make things simple and use **absolute file paths** or **docker volumes** instead.
|
||||
Reference in New Issue
Block a user