Skip to content

Commit

Permalink
update 01/15/25 13:33:00
Browse files Browse the repository at this point in the history
  • Loading branch information
Qovery committed Jan 15, 2025
1 parent 8315cad commit b30e49c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
env:
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
{{ range $key, $value := .Values.environmentVariables -}}
- name: "{{ $key }}"
valueFrom:
Expand Down

0 comments on commit b30e49c

Please sign in to comment.