add debug flag to staging environment
This commit is contained in:
@@ -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"
|
Reference in New Issue
Block a user