-
Notifications
You must be signed in to change notification settings - Fork 108
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
configMapRef db-access not found #10
Comments
I get this as well, |
Just stumbled upon this as well. This is an error in the task, I think. |
Same error for me too. Woop wah. |
fixed: configMapRef db-access not found #10
Thanks @nigelpoulton, it works as expected. Out of curiosity, during the exam, will the instructions give us the PS: I guess the back end is never supposed to run. I created the postgres service for the |
@andreasbotsikas same behavior on my side - the |
initContainer is failing to check if the postgres db is running on port 5432. Tried to change the host from postgres to the container name, db it is still failing. May be the solution is to create a service and the initContainer check if the postgres db is running through the service. |
The yml in module 1 section 4
be-deploy.yml
anddb-deploy.yml
both make reference to aconfigMapRef
that isn't in my environment or specified in the files given.Have I missed where this is defined? I am getting
Error: configmap "db-access" not found
on the store-db pod and the store-backend initContainer never completes.The text was updated successfully, but these errors were encountered: