address comments
Signed-off-by: Derek Brown <6845676+DerekTBrown@users.noreply.github.com>
This commit is contained in:
parent
a8a229002e
commit
c8b602eb97
2 changed files with 3 additions and 7 deletions
|
@ -18,7 +18,5 @@ annotations:
|
||||||
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
|
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
|
||||||
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: added
|
- kind: changed
|
||||||
description: Add lifecycle settings for controller
|
description: argo-rollouts will re-deploy if changes are made to the argo-rollouts configmap.
|
||||||
- kind: added
|
|
||||||
description: Add terminationGracePeriodSeconds for controller
|
|
||||||
|
|
|
@ -31,9 +31,7 @@ spec:
|
||||||
{{- range $key, $value := . }}
|
{{- range $key, $value := . }}
|
||||||
{{ $key }}: {{ $value | quote }}
|
{{ $key }}: {{ $value | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{/* Add the checksum of the ConfigMap to the annotations */}}
|
checksum/cm: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
|
||||||
{{/* This ensures that ConfigMap changes trigger a rolling update */}}
|
|
||||||
configmap-checksum: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
labels:
|
labels:
|
||||||
{{- include "argo-rollouts.selectorLabels" . | nindent 8 }}
|
{{- include "argo-rollouts.selectorLabels" . | nindent 8 }}
|
||||||
|
|
Loading…
Reference in a new issue