-
Notifications
You must be signed in to change notification settings - Fork 31
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
run.sh does not create conf.d subdirectories #707
Labels
bug
Something isn't working
Comments
This was referenced Oct 8, 2021
Is this going to be a problem for the operator, which doesn't use run.sh? |
It looks like the RulesModule and ConfigurationModule already create these subdirectories if needed. |
Strange. I was setting this up a different machine yesterday and ran into this problem. I just tried cloning the repo fresh again on my usual machine and couldn't reproduce the problem with that freshly-cloned repo. Nevermind! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
conf
directory (mounted toconf.d
) should containcredentials
andrules
subdirectories, as expected by theentrypoint.sh
.run.sh
createsconf
but not its subdirectories.The text was updated successfully, but these errors were encountered: