Skip to content

Commit

Permalink
Bugfix my own Bug
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Kreiger <[email protected]>
  • Loading branch information
nkreiger authored Nov 29, 2023
1 parent dc9d4d1 commit 0fdc0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/openfga/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
resources:
{{- toYaml .Values.datastore.migrations.resources | nindent 12 }}
{{- if .Values.migrate.sidecars }}
{{- include "common.tplvalues.render" ( dict "value" .Values.sidecars "context" $) | nindent 8 }}
{{- include "common.tplvalues.render" ( dict "value" .Values.migrate.sidecars "context" $) | nindent 8 }}
{{- end }}
restartPolicy: Never
{{- with .Values.nodeSelector }}
Expand Down

0 comments on commit 0fdc0b3

Please sign in to comment.