feat(builder): Use configmap for builder (#8343)

use configmap in builder
This commit is contained in:
Aarushi
2024-10-15 14:23:10 +01:00
committed by GitHub
parent 97015a91ad
commit d46219c80f

View File

@@ -32,6 +32,9 @@ spec:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
containers:
- name: {{ .Chart.Name }}
envFrom:
- configMapRef:
name: {{ include "autogpt-builder.fullname" . }}-config
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"