mirror of https://github.com/portainer/portainer
feat(edge): add option to allow always clone git repository [BE-12240] (#1215)
parent
16f210966b
commit
eedf37d18a
|
@ -49,6 +49,11 @@ type (
|
||||||
|
|
||||||
// Is relative path supported
|
// Is relative path supported
|
||||||
SupportRelativePath bool
|
SupportRelativePath bool
|
||||||
|
// AlwaysCloneGitRepoForRelativePath is a flag indicating if the agent must always clone the git repository for relative path.
|
||||||
|
// This field is only valid when SupportRelativePath is true.
|
||||||
|
// Used only for EE
|
||||||
|
AlwaysCloneGitRepoForRelativePath bool
|
||||||
|
|
||||||
// Mount point for relative path
|
// Mount point for relative path
|
||||||
FilesystemPath string
|
FilesystemPath string
|
||||||
// Used only for EE
|
// Used only for EE
|
||||||
|
|
Loading…
Reference in New Issue