EE-1958 Set default value of auth and auto-update to off in page Manifest and stacks (#6380)

pull/4499/merge
Chao Geng 3 years ago committed by GitHub
parent 9ff8f42a66
commit b71ca2afb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save