Hi,
we are planning to run pre configuration before the actual jupyter server starts.
Yes, We have init container, but we are passing some sensitive information as a configuration, inti container will stay inside the kubernetes.
My objective is run the pod and clean it once its succussed
It’s not clear to me what your requirements are, e.g. what needs to be configured/modified? Is it the jupyter server that needs to be configured, or is it a separate external resource? Is it a problem for the init container to remain if the user can’t access it?