You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: