File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -323,6 +323,10 @@ spec:
323323 - name : lambda-config
324324 mountPath : /root/.lambda_cloud
325325 {{- end }}
326+ {{- if .Values.extraInitContainers }}
327+ {{- toYaml .Values.extraInitContainers | nindent 6 }}
328+ {{- end }}
329+
326330 volumes :
327331 {{- if .Values.storage.enabled }}
328332 - name : state-volume
Original file line number Diff line number Diff line change @@ -281,6 +281,9 @@ nebiusCredentials:
281281 # Name of the secret containing the Nebius credentials. Only used if enabled is true.
282282 nebiusSecretName : nebius-credentials
283283
284+ # Extra init containers to run before the api container
285+ extraInitContainers :
286+
284287# Set securityContext for the api pod
285288podSecurityContext : {}
286289
You can’t perform that action at this time.
0 commit comments