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:
|
chart:
|
||||||
name: https://github.com/tokens-studio/tokens-studio-for-penpot.git?branch={{ .BRANCH }}&path=/.gimlet/k8s/preview-frontend/
|
name: https://github.com/tokens-studio/tokens-studio-for-penpot.git?branch={{ .BRANCH }}&path=/.gimlet/k8s/preview-frontend/
|
||||||
values:
|
values:
|
||||||
namespace: {{ .BRANCH | sanitizeDNSName }}
|
namespace: "{{ .BRANCH | sanitizeDNSName }}"
|
||||||
frontend:
|
frontend:
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|||||||
Reference in New Issue
Block a user