remove default value for compose path (#5821)

This commit is contained in:
Marcelo Rydel
2021-10-06 10:12:36 -03:00
committed by GitHub
parent e60dbba93b
commit fd9427cd0b

View File

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