address comments

Signed-off-by: Derek Brown <6845676+DerekTBrown@users.noreply.github.com>
pull/3119/head
Derek Brown 2025-01-13 09:08:18 -08:00
parent a8a229002e
commit c8b602eb97
No known key found for this signature in database
GPG Key ID: 57DB105E043121D8
2 changed files with 3 additions and 7 deletions

View File

@ -18,7 +18,5 @@ annotations:
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: |
- kind: added
description: Add lifecycle settings for controller
- kind: added
description: Add terminationGracePeriodSeconds for controller
- kind: changed
description: argo-rollouts will re-deploy if changes are made to the argo-rollouts configmap.

View File

@ -31,9 +31,7 @@ spec:
{{- range $key, $value := . }}
{{ $key }}: {{ $value | quote }}
{{- end }}
{{/* Add the checksum of the ConfigMap to the annotations */}}
{{/* This ensures that ConfigMap changes trigger a rolling update */}}
configmap-checksum: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
checksum/cm: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
{{- end }}
labels:
{{- include "argo-rollouts.selectorLabels" . | nindent 8 }}