diff --git a/hades/templates/deployment.yaml b/hades/templates/deployment.yaml index 171487b..827562e 100644 --- a/hades/templates/deployment.yaml +++ b/hades/templates/deployment.yaml @@ -7,6 +7,8 @@ metadata: annotations: # ArgoCD sync wave - run after dbinit job (wave 0) argocd.argoproj.io/sync-wave: "1" + # Stakater Reloader - auto restart on ConfigMap/Secret changes + reloader.stakater.com/auto: "true" spec: {{- if not .Values.autoscaling.enabled }} replicas: {{ .Values.replicaCount }}