Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: include "extraEnvVars" as part of the migration job #135

Merged
merged 8 commits into from
Jun 4, 2024
Merged
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 }}
jon-whit marked this conversation as resolved.
Show resolved Hide resolved

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