Skip to content

Commit

Permalink
chore: Shorten name for preprod refresh versions script (#2454)
Browse files Browse the repository at this point in the history
When truncated it ended with a hyphen which made k8s have a right moan

MAP-1975
  • Loading branch information
jimbali authored Dec 18, 2024
1 parent bf9dc1e commit 2d25e1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2d25e1e

Please sign in to comment.