diff --git a/charts/galoy/charts/price/templates/deployment.yaml b/charts/galoy/charts/price/templates/deployment.yaml index 844c31ae4b..066180ea71 100644 --- a/charts/galoy/charts/price/templates/deployment.yaml +++ b/charts/galoy/charts/price/templates/deployment.yaml @@ -20,8 +20,9 @@ spec: {{- include "price.selectorLabels" . | nindent 6 }} template: metadata: - {{- with .Values.podAnnotations }} annotations: + checksum/config: {{ include (print $.Template.BasePath "/config-secret.yaml") . | sha256sum }} + {{- with .Values.podAnnotations }} {{- toYaml . | nindent 8 }} {{- end }} labels: diff --git a/charts/galoy/charts/price/templates/history-deployment.yaml b/charts/galoy/charts/price/templates/history-deployment.yaml index b56ac3efe0..d2b105e823 100644 --- a/charts/galoy/charts/price/templates/history-deployment.yaml +++ b/charts/galoy/charts/price/templates/history-deployment.yaml @@ -15,6 +15,11 @@ spec: {{- include "priceHistory.selectorLabels" . | nindent 6 }} template: metadata: + annotations: + checksum/config: {{ include (print $.Template.BasePath "/history-config-secret.yaml") . | sha256sum }} + {{- with .Values.podAnnotations }} + {{- toYaml . | nindent 8 }} + {{- end }} labels: {{- include "priceHistory.selectorLabels" . | nindent 8 }} kube-monkey/enabled: enabled