remove default value for compose path (#5821)

pull/5840/head
Marcelo Rydel 3 years ago committed by GitHub
parent e60dbba93b
commit fd9427cd0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save