diff --git a/charts/templates/gitops-agent/deployment.yaml b/charts/templates/gitops-agent/deployment.yaml index a62a7df..8eea506 100755 --- a/charts/templates/gitops-agent/deployment.yaml +++ b/charts/templates/gitops-agent/deployment.yaml @@ -27,6 +27,7 @@ spec: {{ $key }}: {{ $value | quote }} {{- end }} {{- end }} + checksum/secrets: {{ include (print $.Template.BasePath "/gitops-agent/secret.yaml") . | sha256sum }} labels: {{- include "harness.agentLabels" (dict "context" . "component" .Values.agent.name "name" .Values.agent.name) | nindent 8 }} {{- with .Values.agent.podLabels }}