Open lokesp11 opened 4 years ago
Hello Team,
while running git2consul I am reading yaml file and list mentioned in it is not gettig exported to consul. All other entries are properly updated .
My yaml looks like: platform: database: globalschema: test tenant: strategy: test dbpool: datasources:
Everything loaded to consul except dbpool keys mentioned below: dbpool: datasources:
My config file looks like: { "no_daemon": true, "version": "1.0", "repos" : [{ "name": "microservices", "include_branch_name": false, "ignore_file_extension": true, "expand_keys": true, "expand_keys_diff": true, "ignore_repo_name": false, "url": "https://test:test-token@gitrepo/configuration-management/microservices.git", "branches": [ "master" ] } ] }
Can you please suggest whats wrong here???
good
Hello Team,
while running git2consul I am reading yaml file and list mentioned in it is not gettig exported to consul. All other entries are properly updated .
My yaml looks like: platform: database: globalschema: test tenant: strategy: test dbpool: datasources:
Everything loaded to consul except dbpool keys mentioned below: dbpool: datasources:
My config file looks like: { "no_daemon": true, "version": "1.0", "repos" : [{ "name": "microservices", "include_branch_name": false, "ignore_file_extension": true, "expand_keys": true, "expand_keys_diff": true, "ignore_repo_name": false, "url": "https://test:test-token@gitrepo/configuration-management/microservices.git", "branches": [ "master" ] } ] }
Can you please suggest whats wrong here???