We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2fa574 + ba8f35e commit ee6e6c3Copy full SHA for ee6e6c3
charts/templates/gitops-agent/deployment.yaml
@@ -27,6 +27,7 @@ spec:
27
{{ $key }}: {{ $value | quote }}
28
{{- end }}
29
30
+ checksum/secrets: {{ include (print $.Template.BasePath "/gitops-agent/secret.yaml") . | sha256sum }}
31
labels:
32
{{- include "harness.agentLabels" (dict "context" . "component" .Values.agent.name "name" .Values.agent.name) | nindent 8 }}
33
{{- with .Values.agent.podLabels }}
0 commit comments