Skip to content

Commit

Permalink
feat: include "extraEnvVars" as part of the migration job (#135)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Raghd Hamzeh <raghd.hamzeh@auth0.com>
Co-authored-by: Ewan Harris <ewan.harris@okta.com>
  • Loading branch information
3 people committed Jun 4, 2024
1 parent f010c13 commit e4f28fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/openfga/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ spec:
- name: OPENFGA_TIMEOUT
value: "{{ .Values.migrate.timeout }}"
{{- end }}

{{- with .Values.extraEnvVars }}
{{- toYaml . | nindent 12 }}
{{- end }}

resources:
{{- toYaml .Values.datastore.migrations.resources | nindent 12 }}
{{- if .Values.migrate.sidecars }}
Expand Down

0 comments on commit e4f28fd

Please sign in to comment.