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: '',
|
||||
RepositoryPassword: '',
|
||||
AdditionalFiles: [],
|
||||
ComposeFilePathInRepository: 'deployment.yml',
|
||||
ComposeFilePathInRepository: '',
|
||||
RepositoryAutomaticUpdates: true,
|
||||
RepositoryMechanism: RepositoryMechanismTypes.INTERVAL,
|
||||
RepositoryFetchInterval: '5m',
|
||||
|
|
Loading…
Reference in New Issue