Skip to content

Commit

Permalink
fix cron resources spec (#18778)
Browse files Browse the repository at this point in the history
  • Loading branch information
xpuska513 authored and nataly committed Nov 3, 2022
1 parent 1c31aa6 commit 5559476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/airbyte-cron/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,5 @@ spec:
{{- end }}

{{- if .Values.resources }}
resources: {{- toYaml .Values.resources | nindent 10 }}
resources: {{- toYaml .Values.resources | nindent 12 }}
{{- end }}

0 comments on commit 5559476

Please sign in to comment.