mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Update namespace
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
app: penpot-pr-{{ .BRANCH | sanitizeDNSName }}
|
||||
# TODO move to staging cluster when ready
|
||||
env: prod
|
||||
namespace: penpot
|
||||
deploy:
|
||||
event: pr
|
||||
cleanup:
|
||||
@@ -9,7 +10,6 @@ cleanup:
|
||||
chart:
|
||||
name: https://github.com/tokens-studio/tokens-studio-for-penpot.git?branch={{ .BRANCH }}&path=/.gimlet/k8s/penpot/
|
||||
values:
|
||||
namespace: "penpot"
|
||||
redis:
|
||||
replica:
|
||||
replicaCount: 0
|
||||
@@ -67,4 +67,4 @@ values:
|
||||
tls:
|
||||
- secretName: tls-penpot
|
||||
hosts:
|
||||
- "{{ .BRANCH | sanitizeDNSName }}.penpot.dev.tokens.studio"
|
||||
- "{{ .BRANCH | sanitizeDNSName }}.penpot.dev.tokens.studio"
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
app: penpot
|
||||
env: prod
|
||||
namespace: penpot
|
||||
deploy:
|
||||
branch: token-studio-develop
|
||||
event: push
|
||||
chart:
|
||||
name: https://github.com/tokens-studio/tokens-studio-for-penpot.git?branch={{ .BRANCH }}&path=/.gimlet/k8s/penpot/
|
||||
values:
|
||||
namespace: "penpot"
|
||||
redis:
|
||||
replica:
|
||||
replicaCount: 0
|
||||
|
||||
Reference in New Issue
Block a user