Skip to content

Commit

Permalink
Allow override default container
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwatson484 committed Oct 5, 2024
1 parent cfeaa00 commit e8ea68a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm-library/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: helm-library
description: A Helm library chart
type: library
version: 2.27.0
version: 2.28.0
2 changes: 1 addition & 1 deletion helm-library/templates/_cron-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
- name: temp-dir
emptyDir: {}
containers:
{{- if .Values.container }}
{{- if and .Values.container (not ( .Values.container.skipDefault)) }}
- {{ include "helm-library.container" (list . (printf "%s.container" .Chart.Name )) }}
{{- else }}
-
Expand Down

0 comments on commit e8ea68a

Please sign in to comment.