1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 13:29:41 +02:00

remove default value for compose path (#5821)

This commit is contained in:
Marcelo Rydel 2021-10-06 10:12:36 -03:00 committed by GitHub
parent e60dbba93b
commit fd9427cd0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',