Skip to content

Please add support for Kubernetes `initContainers #1426

@Shemarr

Description

@Shemarr

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions