diff upstream/kustomization.yaml @ 36:6f8a6ccb2407 default tip

debugging
author drewp@bigasterisk.com
date Wed, 21 Jun 2023 23:03:05 -0700
parents 48b4ebc37636
children
line wrap: on
line diff
--- a/upstream/kustomization.yaml	Wed Jun 21 23:02:14 2023 -0700
+++ b/upstream/kustomization.yaml	Wed Jun 21 23:03:05 2023 -0700
@@ -4,15 +4,15 @@
 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"
 
   # fix for a digitalocean/dns issue https://github.com/cert-manager/cert-manager/issues/2485#issuecomment-1167314615
   - target: