Skip to content

Commit

Permalink
ARA: Fix resource definition
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Taylor <1686627+rptaylor@users.noreply.github.com>
  • Loading branch information
rptaylor authored and Nold360 committed Dec 22, 2024
1 parent 09431cd commit f2beaca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/ara/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ name: ara
sources:
- https://github.com/ansible-community/ara
- https://github.com/lib42/charts
version: 0.4.1
version: 0.4.2
2 changes: 1 addition & 1 deletion charts/ara/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
{{- end }}
{{- if $.Values.resources }}
resources:
{{- toYaml $.Values.resources | nindent 8 }}
{{- toYaml $.Values.resources | nindent 10 }}
{{- end }}
{{- if $.Values.envFromSecret }}
envFrom:
Expand Down

0 comments on commit f2beaca

Please sign in to comment.