Skip to content

Allow templates in extraInitContainers #134

@FlorianVielhauer

Description

@FlorianVielhauer

Is your feature request related to a problem? Please describe.

I would like to use templates in the .Values.server.extraInitContainers to dynamically inject values into the extra init containers.

Describe the solution you'd like

Allow templates inside .Values.server.extraInitContainers by utilyzing the tpl function.

For example:

      initContainers:
        {{ tpl (toYaml .Values.server.extraInitContainers) . | nindent 8}}

Describe alternatives you've considered

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions