mirror of
https://github.com/penpot/penpot.git
synced 2026-09-16 07:38:19 -04:00
Escape interpolation
This commit is contained in:
1 file changed
+1
-1
@@ -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