mirror of https://github.com/portainer/portainer
EE-1958 Set default value of auth and auto-update to off in page Manifest and stacks (#6380)
parent
9ff8f42a66
commit
b71ca2afb0
|
@ -48,12 +48,12 @@ class KubernetesDeployController {
|
||||||
StackName: '',
|
StackName: '',
|
||||||
RepositoryURL: '',
|
RepositoryURL: '',
|
||||||
RepositoryReferenceName: '',
|
RepositoryReferenceName: '',
|
||||||
RepositoryAuthentication: true,
|
RepositoryAuthentication: false,
|
||||||
RepositoryUsername: '',
|
RepositoryUsername: '',
|
||||||
RepositoryPassword: '',
|
RepositoryPassword: '',
|
||||||
AdditionalFiles: [],
|
AdditionalFiles: [],
|
||||||
ComposeFilePathInRepository: '',
|
ComposeFilePathInRepository: '',
|
||||||
RepositoryAutomaticUpdates: true,
|
RepositoryAutomaticUpdates: false,
|
||||||
RepositoryMechanism: RepositoryMechanismTypes.INTERVAL,
|
RepositoryMechanism: RepositoryMechanismTypes.INTERVAL,
|
||||||
RepositoryFetchInterval: '5m',
|
RepositoryFetchInterval: '5m',
|
||||||
RepositoryWebhookURL: this.WebhookHelper.returnStackWebhookUrl(uuidv4()),
|
RepositoryWebhookURL: this.WebhookHelper.returnStackWebhookUrl(uuidv4()),
|
||||||
|
|
|
@ -45,7 +45,7 @@ angular
|
||||||
AdditionalFiles: [],
|
AdditionalFiles: [],
|
||||||
ComposeFilePathInRepository: 'docker-compose.yml',
|
ComposeFilePathInRepository: 'docker-compose.yml',
|
||||||
AccessControlData: new AccessControlFormData(),
|
AccessControlData: new AccessControlFormData(),
|
||||||
RepositoryAutomaticUpdates: true,
|
RepositoryAutomaticUpdates: false,
|
||||||
RepositoryMechanism: RepositoryMechanismTypes.INTERVAL,
|
RepositoryMechanism: RepositoryMechanismTypes.INTERVAL,
|
||||||
RepositoryFetchInterval: '5m',
|
RepositoryFetchInterval: '5m',
|
||||||
RepositoryWebhookURL: WebhookHelper.returnStackWebhookUrl(uuidv4()),
|
RepositoryWebhookURL: WebhookHelper.returnStackWebhookUrl(uuidv4()),
|
||||||
|
|
Loading…
Reference in New Issue