0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -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 app: penpot-infra
env: prod env: prod
namespace: penpot
manifests: | manifests: |
apiVersion: v1
kind: Namespace
metadata:
name: penpot
labels:
toolkit.fluxcd.io/tenant: penpot-team
---
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
namespace: penpot namespace: penpot

View file

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

View file

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