-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove config being picked up in the CLI #711
Conversation
490be9a
to
cae0736
Compare
Build Failed 😭 Build Id: 057cc317-f701-4177-a450-9ca38055faf8 Status: FAILURE To get permission to view the Cloud Build view, join the quilkin-discuss Google Group. Filter with the Git Commit Development images are retained for at least 30 days. |
Did you delete your comment? Looks like the change broke the test that attempts to run the default Docker proxy image:
Lines 55 to 63 in ea5509f
Do we want to remove the Config search completely for this development path? If we want to maintain a search path, and since we'll have multiple files we could do That would align with Linux config and we could likely keep a backward compatibility, merge features towards #700, still do releases and continue with this work until complete. WDYT? |
Yeah I figured out what's wrong with this, I need to also add the file provider to the proxy service so that the examples work.
No no, I want move proxy to being provider based like the other services. So you'd write |
Got it 👍🏻 Yeah, that makes 100% sense then to remove it. Or if you want to do this + Just thinking through removing and adding test steps is all. |
Yeah exactly, I'll update this with adding that feature, we shouldn't disable the tests. |
Needs more to be mergeable |
Part of #700 this PR removes
Config
from being picked up in the CLI for now. So now the only way to provide configuration is through the file provider for a service.