Moving chart from glitchtip-frontend to here

This commit is contained in:
David Burke 2020-05-15 16:53:29 -04:00
parent 308366ca60
commit 0d5033171a
15 changed files with 87 additions and 27 deletions

12
templates/configmap.yaml Normal file
View file

@ -0,0 +1,12 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "glitchtip.fullname" . }}
labels:
{{- include "glitchtip.labels" . | nindent 4 }}
annotations:
"helm.sh/hook-weight": "-1"
data:
{{- range $k, $v := .Values.environmentVariables }}
{{ $k }}: {{ $v | quote }}
{{- end }}