remove default value for compose path (#5832)

Co-authored-by: cheloRydel <marcelorydel26@gmail.com>
pull/5850/head
Matt Hook 2021-10-07 08:07:00 +13:00 committed by GitHub
parent 551d287982
commit 8096c5e8bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class KubernetesDeployController {
RepositoryUsername: '', RepositoryUsername: '',
RepositoryPassword: '', RepositoryPassword: '',
AdditionalFiles: [], AdditionalFiles: [],
ComposeFilePathInRepository: 'deployment.yml', ComposeFilePathInRepository: '',
RepositoryAutomaticUpdates: true, RepositoryAutomaticUpdates: true,
RepositoryMechanism: RepositoryMechanismTypes.INTERVAL, RepositoryMechanism: RepositoryMechanismTypes.INTERVAL,
RepositoryFetchInterval: '5m', RepositoryFetchInterval: '5m',