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
Currently you can do this by overriding the start method, creating the secret (if it doesn't exist) and then mounting it. We could use an ownerReference to have it be garbage collected when the pod goes away.
I think getting a demo up and running using this flow would let us explore how to properly upstream the 'create arbitrary objects alongside pod' generically
Talking with @foxish, we want to do the following:
Only thing we need to add to kubespawner is ability to create and mount secrets.
This should allow users to thread secrets through for loading data from GCS or S3
The text was updated successfully, but these errors were encountered: