Unverified Commit deefd9d2 authored by Bastian Eicher's avatar Bastian Eicher Committed by GitHub

Make pod annotations configurable (#251)

parent 746dfcf8
......@@ -14,6 +14,8 @@ spec:
metadata:
labels:
{{- include "influxdb.labels" . | nindent 8 }}
annotations:
{{- toYaml .Values.podAnnotations | nindent 8 }}
spec:
containers:
- name: {{ template "influxdb.fullname" . }}-create-admin-user
......
......@@ -14,6 +14,8 @@ spec:
metadata:
labels:
{{- include "influxdb.selectorLabels" . | nindent 8 }}
annotations:
{{- toYaml .Values.podAnnotations | nindent 8 }}
spec:
volumes:
- name: data
......
......@@ -2,6 +2,8 @@ image:
repository: quay.io/influxdb/influxdb
pullPolicy: IfNotPresent
podAnnotations: {}
nameOverride: ""
fullnameOverride: ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment