remove default value for compose path (#5832)

Co-authored-by: cheloRydel <marcelorydel26@gmail.com>
pull/5851/head
Matt Hook 3 years ago committed by GitHub
parent 551d287982
commit 8096c5e8bc
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