add debug flag to staging environment

This commit is contained in:
Remy Moll 2024-10-01 16:09:32 +02:00
parent 8927f278f3
commit bb27ca2c86
2 changed files with 10 additions and 0 deletions

View File

@ -20,3 +20,8 @@ patches:
target:
kind: Deployment
name: anyway-backend
- path: patch-deployment.yaml
target:
kind: Deployment
name: anyway-backend

View File

@ -0,0 +1,5 @@
- op: add
path: /spec/template/spec/containers/0/env/-
value:
name: DEBUG
value: "true"