Commit 41c6cfc0 authored by Matt Pryor's avatar Matt Pryor
Browse files

Add configmap

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