mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Make helm hook job object have the same command as the CronJob (#19090)
Signed-off-by: Mihai Anei <mihai.anei@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
b30b2fc25f
commit
d2066ea0fe
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: "5.7.6"
|
||||
description: A Helm chart for Elasticsearch Curator
|
||||
name: elasticsearch-curator
|
||||
version: 2.1.1
|
||||
version: 2.1.2
|
||||
home: https://github.com/elastic/curator
|
||||
keywords:
|
||||
- curator
|
||||
|
||||
@@ -49,7 +49,10 @@ spec:
|
||||
{{- if $.Values.extraVolumeMounts }}
|
||||
{{ toYaml $.Values.extraVolumeMounts | indent 12 }}
|
||||
{{- end }}
|
||||
command: [ "curator" ]
|
||||
{{ if .Values.command }}
|
||||
command:
|
||||
{{ toYaml .Values.command | indent 12 }}
|
||||
{{- end }}
|
||||
args: [ "--config", "/etc/es-curator/config.yml", "/etc/es-curator/action_file.yml" ]
|
||||
resources:
|
||||
{{ toYaml $.Values.resources | indent 12 }}
|
||||
|
||||
Reference in New Issue
Block a user