-
Notifications
You must be signed in to change notification settings - Fork 65
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
Default blacklist seems to block everything #7
Comments
Before setting
The lines with |
Is this happening even if you do not specify Might be helpful if you can post your kube-applier deployment spec file |
This was happening without specifying the Setting it to My deployment file:
I should note using the kubernetes git-sync as sidecar is currently not secure in a context like this. (kubernetes/git-sync#58) |
@pieterlange sorry I'm just getting back to this quite a long time later. did you ever resolve this issue or is it still causing problems for you? |
It seems you are no longer using the project as of #13 (comment) I am closing for now as but will re-open if others report the same issue. |
New release - re-enable CheckVersion()
It took me far too long to figure out the default blacklist (or absence of) drops all resources from the git repo.
Only after setting
BLACKLIST_PATH
to/dev/null
did i see my resources get picked up by kube-applier.Pod logs:
The last entry shows me updating the
debugger-rc.yaml
file with an explicit namespace ("staging") (#5)The text was updated successfully, but these errors were encountered: