Skip to content

Commit

Permalink
Merge pull request #72 from empathyco/fix/motive-cronjob
Browse files Browse the repository at this point in the history
fix: fix indentation into motive-cronjob template
  • Loading branch information
jmsantorum authored Sep 18, 2024
2 parents a7e81ac + 1f636d0 commit 5306c26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/motive-cronjob/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: A Helm chart for Kubernetes

type: application

version: 1.0.3
version: 1.0.4

appVersion: "1.0.0"
2 changes: 1 addition & 1 deletion charts/motive-cronjob/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# motive-cronjob

![Version: 1.0.3](https://img.shields.io/badge/Version-1.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
![Version: 1.0.4](https://img.shields.io/badge/Version-1.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)

A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion charts/motive-cronjob/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
{{- end }}
{{- with .Values.cronjob.envFrom }}
envFrom:
{{- toYaml . | nindent 12 }}
{{- toYaml . | nindent 16 }}
{{- end }}
{{- with .Values.cronjob.resources }}
resources:
Expand Down

0 comments on commit 5306c26

Please sign in to comment.