From 9b8a023e254c64ca5368f2e01c6cd34c21e07d00 Mon Sep 17 00:00:00 2001 From: Cole Walker Date: Tue, 14 May 2024 12:40:37 -0400 Subject: [PATCH] Correct spelling error in daemonset A spelling error in the daemonset checksum results in failure to upload the ptp-notification application. Corrected spelling of "trunk" to "trunc". Test plan: Pass: Verify application build Pass: Verify application upload and apply Story: 2011090 Task: 50091 Signed-off-by: Cole Walker Change-Id: I544686f5ac997bf74a474513cb9c203ce3593294 --- .../ptp-notification/templates/daemonset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-charts/custom/ptp-notification-helm/ptp-notification-helm/ptp-notification/templates/daemonset.yaml b/helm-charts/custom/ptp-notification-helm/ptp-notification-helm/ptp-notification/templates/daemonset.yaml index 688b97a..555b913 100644 --- a/helm-charts/custom/ptp-notification-helm/ptp-notification-helm/ptp-notification/templates/daemonset.yaml +++ b/helm-charts/custom/ptp-notification-helm/ptp-notification-helm/ptp-notification/templates/daemonset.yaml @@ -27,7 +27,7 @@ spec: app.starlingx.io/component: {{ ternary "application" "platform" .Values.labels.isApplication}} annotations: { configchecksum: {{ toYaml .Values.labels | sha256sum | trunc 63 }}, - checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum | trunk 63}} + checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum | trunc 63}} } spec: imagePullSecrets: