Skip to content

Commit

Permalink
Merge branch 'main' into migreate-job-wr
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-whit authored Jun 4, 2024
2 parents e4b46dd + e4f28fd commit 71b0d50
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 71b0d50

Please sign in to comment.