address comments
Signed-off-by: Derek Brown <6845676+DerekTBrown@users.noreply.github.com>pull/3119/head
parent
a8a229002e
commit
c8b602eb97
|
@ -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.
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue