Skip to content

Commit

Permalink
reference configmap in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ianibo committed Sep 30, 2024
1 parent d94d03b commit acba640
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ki-selfhost-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
envFrom:
- configMapRef:
name: {{ .Release.Name }}-configmap
ports:
- name: http
containerPort: {{ .Values.service.port }}
Expand Down

0 comments on commit acba640

Please sign in to comment.