Skip to content

Commit

Permalink
feat(chart): auto reload when secrets change (#1285)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrompier authored Jun 14, 2024
1 parent 9a4bd5f commit fc52629
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ metadata:
labels: {{ include "labels.standard" . | nindent 4 }}
name: {{ include "name" . }}
namespace: {{ .Release.Namespace }}
{{- if .Values.infisical.enabled }}
annotations:
secrets.infisical.com/auto-reload: "true"
{{- end }}
spec:
progressDeadlineSeconds: 600
{{- if not $.Values.autoscaling.enabled }}
Expand Down

0 comments on commit fc52629

Please sign in to comment.