diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index 1157306ee59..6991811d75a 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -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 }}