mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Escape interpolation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user