Skip to content

Commit

Permalink
fix: [CDS-103262]: Add checksum for agent deployment secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
abosii-harness committed Nov 13, 2024
1 parent c2fa574 commit ba8f35e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/templates/gitops-agent/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ba8f35e

Please sign in to comment.