Skip to content

Commit

Permalink
fix: syntax error in Helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabio committed May 24, 2024
1 parent 411d9ca commit e36181b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/publiccode-crawler/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
name: secrets-store

resources:
{{- toYaml .Values.resources. | indent 14 }}
{{- toYaml .Values.resources | indent 14 }}
env:
- name: API_BASEURL
value: "{{ .Values.env.API_BASEURL}}"
Expand Down

0 comments on commit e36181b

Please sign in to comment.