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
Instead of writing Secrets and ConfigMaps maybe we should consider triggering a hook for writing secrets elsewhere? Not sure, but a simple event hook could do the trick. Users could deploy their own service that then writes to an external store and maybe creates an ExternalSecret object within k8s to inject the secret somewhere.
The text was updated successfully, but these errors were encountered:
Instead of writing
Secrets
andConfigMaps
maybe we should consider triggering a hook for writing secrets elsewhere? Not sure, but a simple event hook could do the trick. Users could deploy their own service that then writes to an external store and maybe creates anExternalSecret
object within k8s to inject the secret somewhere.The text was updated successfully, but these errors were encountered: