remove default value for compose path (#5821)

pull/5840/head
Marcelo Rydel 2021-10-06 10:12:36 -03:00 committed by GitHub
parent e60dbba93b
commit fd9427cd0b
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: '',
RepositoryPassword: '',
AdditionalFiles: [],
ComposeFilePathInRepository: 'deployment.yml',
ComposeFilePathInRepository: '',
RepositoryAutomaticUpdates: true,
RepositoryMechanism: RepositoryMechanismTypes.INTERVAL,
RepositoryFetchInterval: '5m',