mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 06:49:40 +02:00
fix(stack) add skip TLS toggle for edit stack EE-5391 (#8851)
This commit is contained in:
parent
77f8b9333a
commit
ae339a0047
8 changed files with 52 additions and 0 deletions
|
@ -165,6 +165,7 @@ func createStackPayloadFromSwarmGitPayload(name, swarmID, repoUrl, repoReference
|
|||
Authentication: repoAuthentication,
|
||||
Username: repoUsername,
|
||||
Password: repoPassword,
|
||||
TLSSkipVerify: repoSkipSSLVerify,
|
||||
},
|
||||
ComposeFile: composeFile,
|
||||
AdditionalFiles: additionalFiles,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue