mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
remove default value for compose path (#5821)
This commit is contained in:
parent
e60dbba93b
commit
fd9427cd0b
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class KubernetesDeployController {
|
|||
RepositoryUsername: '',
|
||||
RepositoryPassword: '',
|
||||
AdditionalFiles: [],
|
||||
ComposeFilePathInRepository: 'deployment.yml',
|
||||
ComposeFilePathInRepository: '',
|
||||
RepositoryAutomaticUpdates: true,
|
||||
RepositoryMechanism: RepositoryMechanismTypes.INTERVAL,
|
||||
RepositoryFetchInterval: '5m',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue