-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request