Skip to content

Commit

Permalink
feat(builder): Use configmap for builder (#8343)
Browse files Browse the repository at this point in the history
use configmap in builder
  • Loading branch information
aarushik93 authored Oct 15, 2024
1 parent 97015a9 commit d46219c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit d46219c

Please sign in to comment.