Commit e5c22624 authored by Matt Pryor's avatar Matt Pryor
Browse files

Add missing configmap

parent c3edb548
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
apiVersion: v1
kind: ConfigMap
metadata:
  name: "{{ template "fullname" . }}-esg-config-overrides"
  labels:
{{ include "default-labels" . | indent 4 }}
    component: configuration
data:
{{ toYaml .Values.esgConfigOverrides | indent 2 }}