mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -05:00
Update namespace
This commit is contained in:
parent
b40f222d16
commit
79b49bae27
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue