Skip to content

Commit

Permalink
Merge pull request #13 from harness/cds-103262-add-checksum-helm-char…
Browse files Browse the repository at this point in the history
…t-byoa

fix: [CDS-103262]: Add checksum for agent deployment secrets
  • Loading branch information
mteodor authored Nov 13, 2024
2 parents c2fa574 + ba8f35e commit ee6e6c3
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 ee6e6c3

Please sign in to comment.