chore: build
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ include "backend.fullname" . }}
|
||||
labels:
|
||||
{{- include "backend.labels" . | nindent 4 }}
|
||||
data:
|
||||
{{- range $k, $v := .Values.env }}
|
||||
{{ $k }}: {{ $v | quote }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user