AutoGPT/rnd/infra/helm/autogpt-market/templates/configmap.yaml

10 lines
261 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "autogpt-market.fullname" . }}-config
labels:
{{- include "autogpt-market.labels" . | nindent 4 }}
data:
{{- range $key, $value := .Values.env }}
{{ $key }}: {{ $value | quote }}
{{- end }}