Moving chart from glitchtip-frontend to here
This commit is contained in:
parent
308366ca60
commit
0d5033171a
15 changed files with 87 additions and 27 deletions
12
templates/configmap.yaml
Normal file
12
templates/configmap.yaml
Normal 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 }}
|
Loading…
Add table
Add a link
Reference in a new issue