mirror of https://github.com/portainer/portainer
remove default value for compose path (#5821)
parent
e60dbba93b
commit
fd9427cd0b
|
@ -63,7 +63,7 @@ class KubernetesDeployController {
|
||||||
RepositoryUsername: '',
|
RepositoryUsername: '',
|
||||||
RepositoryPassword: '',
|
RepositoryPassword: '',
|
||||||
AdditionalFiles: [],
|
AdditionalFiles: [],
|
||||||
ComposeFilePathInRepository: 'deployment.yml',
|
ComposeFilePathInRepository: '',
|
||||||
RepositoryAutomaticUpdates: true,
|
RepositoryAutomaticUpdates: true,
|
||||||
RepositoryMechanism: RepositoryMechanismTypes.INTERVAL,
|
RepositoryMechanism: RepositoryMechanismTypes.INTERVAL,
|
||||||
RepositoryFetchInterval: '5m',
|
RepositoryFetchInterval: '5m',
|
||||||
|
|
Loading…
Reference in New Issue