0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 14:12:36 -05:00

Update namespace

This commit is contained in:
SorsOps 2024-06-19 20:31:21 +02:00
parent b40f222d16
commit 79b49bae27
No known key found for this signature in database
GPG key ID: E9EC78C740654016
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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