Compare commits

...

1 Commits

Author SHA1 Message Date
bb27ca2c86 add debug flag to staging environment 2024-10-01 16:09:32 +02:00
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"