|
|
@ -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()),
|
|
|
|