Skip to content

Commit

Permalink
feat: add config map
Browse files Browse the repository at this point in the history
  • Loading branch information
djtecha committed Nov 16, 2023
1 parent 1d277c9 commit fc08acc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/cronjobs/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: cronjob
description: Cluster cronjobs
version: 1.0.12
version: 1.0.13
keywords:
- cron
home: "https://github.com/djtecha/helmcharts"
Expand Down
2 changes: 1 addition & 1 deletion charts/cronjobs/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ metadata:
name: "{{ include "cronjobs.releaseName" $ }}-{{ $job.name }}"
namespace: {{ $job.namespace }}
data:
{{- .job.config| toYaml | nindent 2 }}
{{- .job.config | toYaml | nindent 2 }}
{{- end }}

0 comments on commit fc08acc

Please sign in to comment.