Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
bring container config inline with initContainers
Browse files Browse the repository at this point in the history
  • Loading branch information
bkiahstroud committed Feb 10, 2024
1 parent 16e1bc3 commit 98cf7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/dev-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@ extraDeploy:
{{- toYaml . | nindent 12 }}
{{- end }}
env:
{{- toYaml .Values.extraEnvVars | nindent 12 }}
{{- toYaml .Values.workerAuxiliary.extraEnvVars | nindent 12 }}
{{- toYaml .Values.worker.extraEnvVars | nindent 12 }}
{{- if .Values.worker.readinessProbe.enabled }}
readinessProbe:
exec:
Expand Down

0 comments on commit 98cf7c1

Please sign in to comment.