Escape interpolation

This commit is contained in:
SorsOps
2024-05-23 15:39:21 +02:00
parent f9e1a65631
commit 84ad8a6be6

View File

@@ -9,7 +9,7 @@ cleanup:
chart:
name: https://github.com/tokens-studio/tokens-studio-for-penpot.git?branch={{ .BRANCH }}&path=/.gimlet/k8s/preview-frontend/
values:
namespace: {{ .BRANCH | sanitizeDNSName }}
namespace: "{{ .BRANCH | sanitizeDNSName }}"
frontend:
image:
pullPolicy: IfNotPresent