Unverified Commit 93e6e9fc authored by Andy Sokalau's avatar Andy Sokalau Committed by GitHub

Add podLabels to influxdb's StatefulSet (#351)

* Add podLabels to influxdb's StatefulSet * Bump influx chart version
parent 3d2afb40
apiVersion: v1
name: influxdb
version: 4.10.2
version: 4.10.3
appVersion: 1.8.6
description: Scalable datastore for metrics, events, and real-time analytics.
keywords:
......
......@@ -18,6 +18,9 @@ spec:
metadata:
labels:
{{- include "influxdb.selectorLabels" . | nindent 8 }}
{{- if .Values.podLabels }}
{{ toYaml .Values.podLabels | indent 8 }}
{{- end }}
{{- if .Values.podAnnotations }}
annotations:
{{ toYaml .Values.podAnnotations | indent 8 }}
......
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