-
Notifications
You must be signed in to change notification settings - Fork 235
Open
Description
What would you like to be added?
Support for Kubernetes initContainers in Holmes, so an initContainer can fetch an API key at startup (e.g., from a secret manager/internal endpoint) and share it with the main Holmes container via a mounted volume.
Why is this needed?
Because the Holmes API key must be fetched dynamically at runtime (it can’t be hardcoded in manifests). An initContainer is required to retrieve the key from our secret source before the main Holmes container starts, write it to a shared volume, and allow Holmes to start with the key available. Without initContainer support, Holmes can’t run in environments where secrets are injected this way.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels