1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 08:19:40 +02:00

remove default value for compose path (#5832)

Co-authored-by: cheloRydel <marcelorydel26@gmail.com>
This commit is contained in:
Matt Hook 2021-10-07 08:07:00 +13:00 committed by GitHub
parent 551d287982
commit 8096c5e8bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ class KubernetesDeployController {
RepositoryUsername: '',
RepositoryPassword: '',
AdditionalFiles: [],
ComposeFilePathInRepository: 'deployment.yml',
ComposeFilePathInRepository: '',
RepositoryAutomaticUpdates: true,
RepositoryMechanism: RepositoryMechanismTypes.INTERVAL,
RepositoryFetchInterval: '5m',