mirror of
https://github.com/portainer/portainer.git
synced 2025-08-10 16:25:22 +02:00
EE-1958 Set default value of auth and auto-update to off in page Manifest and stacks (#6380)
This commit is contained in:
parent
9ff8f42a66
commit
b71ca2afb0
2 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,7 @@ angular
|
|||
AdditionalFiles: [],
|
||||
ComposeFilePathInRepository: 'docker-compose.yml',
|
||||
AccessControlData: new AccessControlFormData(),
|
||||
RepositoryAutomaticUpdates: true,
|
||||
RepositoryAutomaticUpdates: false,
|
||||
RepositoryMechanism: RepositoryMechanismTypes.INTERVAL,
|
||||
RepositoryFetchInterval: '5m',
|
||||
RepositoryWebhookURL: WebhookHelper.returnStackWebhookUrl(uuidv4()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue