Fix podAnnotations in cronjob (#3254)

Signed-off-by: joancafom <jcarmona@bitnami.com>
This commit is contained in:
Jose Antonio Carmona
2020-07-29 09:25:08 +02:00
committed by GitHub
parent 1296de690e
commit 4aeed91a43
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,5 @@
apiVersion: v1
version: 0.6.3
appVersion: 1.8.1
description: InfluxDB is an open source time-series database designed to handle large write and read loads in real-time.
engine: gotpl
@@ -15,6 +16,5 @@ maintainers:
name: influxdb
sources:
- https://github.com/bitnami/bitnami-docker-influxdb
version: 0.6.2
annotations:
category: Database
@@ -17,7 +17,7 @@ spec:
labels:
{{- include "influxdb.matchLabels" . | nindent 12 }}
annotations:
{{- toYaml .Values.backup.cronjob.Podannotations | nindent 12 }}
{{- toYaml .Values.backup.cronjob.podAnnotations | nindent 12 }}
spec:
{{- if .Values.backup.cronjob.securityContext.enabled }}
securityContext: