mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
Fix podAnnotations in cronjob (#3254)
Signed-off-by: joancafom <jcarmona@bitnami.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user