Skip to content

Commit

Permalink
Make ConfigMap trigger config reload
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenlj committed Nov 6, 2023
1 parent 59848c2 commit bc91b18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/elector/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ metadata:
name: {{ include "elector.fullname" . }}
labels:
{{- include "elector.labels" . | nindent 4 }}
annotations:
reloader.stakater.com/match: "true"
data:
elector_image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"

0 comments on commit bc91b18

Please sign in to comment.