add debug flag to staging environment
This commit is contained in:
parent
8927f278f3
commit
bb27ca2c86
@ -20,3 +20,8 @@ patches:
|
||||
target:
|
||||
kind: Deployment
|
||||
name: anyway-backend
|
||||
- path: patch-deployment.yaml
|
||||
target:
|
||||
kind: Deployment
|
||||
name: anyway-backend
|
||||
|
||||
|
5
overlays/stg/patch-deployment.yaml
Normal file
5
overlays/stg/patch-deployment.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
- op: add
|
||||
path: /spec/template/spec/containers/0/env/-
|
||||
value:
|
||||
name: DEBUG
|
||||
value: "true"
|
Loading…
x
Reference in New Issue
Block a user