Skip to content

Commit

Permalink
feat: add ability to configure environment variables dinamically (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
braghettos authored Nov 27, 2024
1 parent 3dde5ae commit 4678038
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chart/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ metadata:
labels:
{{- include "patch-provider.labels" . | nindent 4 }}
data:
PATCH_PROVIDER_DEBUG: "{{ .Values.env.PATCH_PROVIDER_DEBUG }}"
PATCH_PROVIDER_POLL_INTERVAL: {{ .Values.env.PATCH_PROVIDER_POLL_INTERVAL }}
{{- range $key, $value := .Values.env }}
{{ $key }}: {{ $value | quote }}
{{- end }}

0 comments on commit 4678038

Please sign in to comment.