mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-13 13:32:16 +00:00
14 lines
415 B
YAML
14 lines
415 B
YAML
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: vsphere-influxdb-go-config
|
|
labels:
|
|
app.kubernetes.io/name: {{ include "vsphere-influxdb-go.name" . }}
|
|
helm.sh/chart: {{ include "vsphere-influxdb-go.chart" . }}
|
|
app.kubernetes.io/instance: {{ .Release.Name }}
|
|
app.kubernetes.io/managed-by: {{ include "vsphere-influxdb-go.name" . }}
|
|
data:
|
|
config.json: |-
|
|
{{ toJson .Values.config | indent 4}}
|