0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

Merge pull request #182 from tokens-studio/feat/mailslurper

Try cleanup namespace control
This commit is contained in:
SorsOps 2024-06-19 15:27:59 +02:00 committed by GitHub
commit 2ce3a180eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 10 deletions

View file

@ -1,7 +1,13 @@
app: penpot-infra
env: prod
namespace: penpot
manifests: |
apiVersion: v1
kind: Namespace
metadata:
name: penpot
labels:
toolkit.fluxcd.io/tenant: penpot-team
---
apiVersion: apps/v1
kind: Deployment
namespace: penpot

View file

@ -1,7 +1,6 @@
app: penpot-pr-{{ .BRANCH | sanitizeDNSName }}
# TODO move to staging cluster when ready
env: prod
namespace: penpot
deploy:
event: pr
cleanup:

View file

@ -1,17 +1,9 @@
app: penpot
env: prod
namespace: penpot
deploy:
branch: token-studio-develop
event: push
manifests: |
apiVersion: v1
kind: Namespace
metadata:
name: penpot
labels:
toolkit.fluxcd.io/tenant: penpot-team
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata: