Skip to content
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

Only the 'default' namespace is supported #20

Open
kingdonb opened this issue Jun 23, 2023 · 1 comment
Open

Only the 'default' namespace is supported #20

kingdonb opened this issue Jun 23, 2023 · 1 comment

Comments

@kingdonb
Copy link
Owner

This is for initial setup, since we didn't care to use secrets or anything which would require namespaces, but in the release quality product we should support namespaces, or use a non-namespaced CRD resource instead.

Since I don't care to switch the CRD from namespaced to non-namespaced, we should support namespaces.

This should be easy, look for anywhere that says 'default' inside the code, and replace it with a string passed from the context. It should be present already in the metadata for any resources that we get passed in the operator, so I don't foresee this being a very difficult change.

Finish with #11

@kingdonb
Copy link
Owner Author

#11 is closed but addressing this issue wasn't required to get it over the line.

kingdonb pushed a commit to kingdonb/bootstrap-repo that referenced this issue Jun 27, 2023
I know this shouldn't be in the default ns, but we can't do anything
else until this closes:

* kingdonb/stats-tracker-ghcr#20

Signed-off-by: Kingdon Barrett <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant