Skip to content

Commit

Permalink
Here we go - sweet sauce
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilrieger committed Feb 20, 2024
1 parent 5f7a570 commit eed8677
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ops/demo-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ workerAuxiliary:

extraDeploy:
- |-
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down Expand Up @@ -293,7 +294,14 @@ extraDeploy:
{{- toYaml . | nindent 12 }}
{{- end }}
env:
{{- toYaml .Values.worker.extraEnvVars | nindent 12 }}
{{- range .Values.worker.extraDeployEnvVars }}
- name: {{ .name }}
value: {{ .value | quote }}
{{- end }}
{{- range .Values.worker.extraEnvVars }}
- name: {{ .name }}
value: {{ .value | quote }}
{{- end }}
{{- if .Values.worker.readinessProbe.enabled }}
readinessProbe:
exec:
Expand Down

0 comments on commit eed8677

Please sign in to comment.