poddefaults go into wrong namespace #4
Labels
bug
Something isn't working
enhancement
New feature or request
Kubeflow 1.7
This issue affects the Charmed Kubeflow 1.7 release
This charm supports a
pod-defaults
relation which causes it to create pod-default objects which kubeflow notebooks respects to, for example, inject environment variables into notebooks.These pod-defaults get created in the
kubeflow
namespace (or whichever namespace the juju model is configured to use, I suppose), however they need to be created in the user namespace e.g.admin
in order for them to take effect.Related code:
admission-webhook-operator/src/charm.py
Line 133 in bed7cfd
The text was updated successfully, but these errors were encountered: