Issue-ID: RICAPP-169 - Inclusion of InfluxDB helm chart for KPIMON, AD, TS, QP xApps
[ric-plt/ric-dep.git] / helm / 3rdparty / influxdb / templates / init-config.yaml
1 {{- if .Values.initScripts.enabled -}}
2 apiVersion: v1
3 kind: ConfigMap
4 metadata:
5   name: {{ include "influxdb.fullname" . }}-init
6   labels:
7     {{- include "influxdb.labels" . | nindent 4 }}
8 data:
9 {{ toYaml .Values.initScripts.scripts | indent 2 }}
10 {{- end -}}