From 1f636d04403e429e84ce4ce9bd9882a66107407d Mon Sep 17 00:00:00 2001 From: Jose Santorum Date: Wed, 18 Sep 2024 14:02:36 +0200 Subject: [PATCH] fix: fix indentation into motive-cronjob template --- charts/motive-cronjob/Chart.yaml | 2 +- charts/motive-cronjob/README.md | 2 +- charts/motive-cronjob/templates/cronjob.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/motive-cronjob/Chart.yaml b/charts/motive-cronjob/Chart.yaml index d6a000e..fa61432 100644 --- a/charts/motive-cronjob/Chart.yaml +++ b/charts/motive-cronjob/Chart.yaml @@ -4,6 +4,6 @@ description: A Helm chart for Kubernetes type: application -version: 1.0.3 +version: 1.0.4 appVersion: "1.0.0" diff --git a/charts/motive-cronjob/README.md b/charts/motive-cronjob/README.md index d74d956..4aa1e43 100644 --- a/charts/motive-cronjob/README.md +++ b/charts/motive-cronjob/README.md @@ -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 diff --git a/charts/motive-cronjob/templates/cronjob.yaml b/charts/motive-cronjob/templates/cronjob.yaml index d9fc875..18faedf 100644 --- a/charts/motive-cronjob/templates/cronjob.yaml +++ b/charts/motive-cronjob/templates/cronjob.yaml @@ -79,7 +79,7 @@ spec: {{- end }} {{- with .Values.cronjob.envFrom }} envFrom: - {{- toYaml . | nindent 12 }} + {{- toYaml . | nindent 16 }} {{- end }} {{- with .Values.cronjob.resources }} resources: