synapsecns/sanguine

View on GitHub
charts/explorer/templates/configmap.yaml

Summary

Maintainability
Test Coverage
{{- if .Values.files }}
apiVersion: v1
kind: ConfigMap
metadata:
  name: {{ include "explorer.fullname" . }}-{{ .Release.Name }}
  labels:
    app: {{ include "explorer.fullname" . }}
    chart: "{{ .Chart.Name }}"
    release: {{ .Release.Name }}
    heritage: {{ .Release.Service }}
data:
{{ tpl (toYaml .Values.files) . | indent 2 }}
{{- end }}