Changeset - 41b47733baf8
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 16 months ago 2023-06-08 18:27:18
drewp@bigasterisk.com
turn off debug
1 file changed with 9 insertions and 9 deletions:
0 comments (0 inline, 0 general)
upstream/kustomization.yaml
Show inline comments
 
@@ -4,12 +4,12 @@ bases:
 
patchesStrategicMerge:
 
  - "patch.yaml"
 

	
 
patches:
 
  - target:
 
      kind: Deployment
 
      name: pomerium
 
      namespace: pomerium
 
    patch: |-
 
      - op: add
 
        path: /spec/template/spec/containers/0/args/-
 
        value: "--debug"
 
# patches:
 
#   - target:
 
#       kind: Deployment
 
#       name: pomerium
 
#       namespace: pomerium
 
#     patch: |-
 
#       - op: add
 
#         path: /spec/template/spec/containers/0/args/-
 
#         value: "--debug"
0 comments (0 inline, 0 general)