diff --git a/charts/devtron/templates/grafana.yaml b/charts/devtron/templates/grafana.yaml index b39233fa105..3fb4b8a6212 100644 --- a/charts/devtron/templates/grafana.yaml +++ b/charts/devtron/templates/grafana.yaml @@ -12,6 +12,7 @@ kind: Job metadata: name: grafana-org-job spec: + ttlSecondsAfterFinished: 100 template: spec: {{- include "common.schedulerConfig" (dict "nodeSelector" $.Values.monitoring.grafana.nodeSelector "tolerations" $.Values.monitoring.grafana.tolerations "imagePullSecrets" $.Values.monitoring.grafana.imagePullSecrets "global" $.Values.global) | indent 6 }} @@ -679,4 +680,4 @@ spec: {{- end }} {{- end }} {{- end }} -{{- end }} \ No newline at end of file +{{- end }}