From ee5cc383c62939a5937a95b5c98847e5b064d169 Mon Sep 17 00:00:00 2001 From: Jim Bailey Date: Wed, 18 Dec 2024 15:55:24 +0000 Subject: [PATCH] chore: Shorten name for preprod refresh versions script When truncated it ended with a hyphen which made k8s have a right moan MAP-1975 --- .../preprod-refresh/07-preprod-refresh-versions-script.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm_deploy/hmpps-book-secure-move-api/templates/preprod-refresh/07-preprod-refresh-versions-script.yaml b/helm_deploy/hmpps-book-secure-move-api/templates/preprod-refresh/07-preprod-refresh-versions-script.yaml index 9ec8d93ac..ba00261ca 100644 --- a/helm_deploy/hmpps-book-secure-move-api/templates/preprod-refresh/07-preprod-refresh-versions-script.yaml +++ b/helm_deploy/hmpps-book-secure-move-api/templates/preprod-refresh/07-preprod-refresh-versions-script.yaml @@ -1,4 +1,4 @@ -{{- $fullName := printf "%s-%s" (include "generic-service.fullname" $) "preprod-refresh-versions-script" | trunc 52 }} +{{- $fullName := printf "%s-%s" (include "generic-service.fullname" $) "preprod-refresh-vers-scrp" | trunc 52 }} {{- if .Values.scripts.preprodRefresh.versions.enabled }} apiVersion: v1 kind: ConfigMap