mirror of https://github.com/portainer/portainer
remove default value for compose path (#5832)
Co-authored-by: cheloRydel <marcelorydel26@gmail.com>pull/5851/head
parent
551d287982
commit
8096c5e8bc
|
@ -63,7 +63,7 @@ class KubernetesDeployController {
|
|||
RepositoryUsername: '',
|
||||
RepositoryPassword: '',
|
||||
AdditionalFiles: [],
|
||||
ComposeFilePathInRepository: 'deployment.yml',
|
||||
ComposeFilePathInRepository: '',
|
||||
RepositoryAutomaticUpdates: true,
|
||||
RepositoryMechanism: RepositoryMechanismTypes.INTERVAL,
|
||||
RepositoryFetchInterval: '5m',
|
||||
|
|
Loading…
Reference in New Issue