diff --git a/autogpt_platform/infra/helm/autogpt-builder/templates/deployment.yaml b/autogpt_platform/infra/helm/autogpt-builder/templates/deployment.yaml index cf9ec7901946..cd8ecabda1e0 100644 --- a/autogpt_platform/infra/helm/autogpt-builder/templates/deployment.yaml +++ b/autogpt_platform/infra/helm/autogpt-builder/templates/deployment.yaml @@ -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 }}"