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 079d38a commit 7c6b4ed
Show file tree
Hide file tree
Showing 2 changed files with 3 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.5
version: 1.0.6
keywords:
- cron
home: "https://github.com/djtecha/helmcharts"
Expand Down
3 changes: 2 additions & 1 deletion charts/cronjobs/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ kind: ConfigMap
metadata:
name: "{{ include "cronjobs.releaseName" $ }}-{{ $job.name }}"
data:
config: {{ $job.config }}
config: {{ $job.config }}
{{- end }}

0 comments on commit 7c6b4ed

Please sign in to comment.