mirror of
https://github.com/hikhvar/mqtt2prometheus.git
synced 2026-05-07 17:17:07 +00:00
12 lines
249 B
YAML
12 lines
249 B
YAML
{{- if .Values.config }}
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: {{ include "helm.fullname" . }}-config
|
|
labels:
|
|
{{- include "helm.labels" . | nindent 4 }}
|
|
data:
|
|
config.yaml: |
|
|
{{- toYaml .Values.config | nindent 4 }}
|
|
{{- end }}
|