annotate upstream/kustomization.yaml @ 25:41b47733baf8

turn off debug
author drewp@bigasterisk.com
date Thu, 08 Jun 2023 11:27:18 -0700
parents b53ab97e8979
children 48b4ebc37636
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
24
b53ab97e8979 reorganize, and add two retry loops to try to get everything to startup in one 'inv run'
drewp@bigasterisk.com
parents:
diff changeset
1 bases:
b53ab97e8979 reorganize, and add two retry loops to try to get everything to startup in one 'inv run'
drewp@bigasterisk.com
parents:
diff changeset
2 - pomerium-ingress-controller.yaml
b53ab97e8979 reorganize, and add two retry loops to try to get everything to startup in one 'inv run'
drewp@bigasterisk.com
parents:
diff changeset
3 - cert-manager-v1.12.0.yaml
b53ab97e8979 reorganize, and add two retry loops to try to get everything to startup in one 'inv run'
drewp@bigasterisk.com
parents:
diff changeset
4 patchesStrategicMerge:
b53ab97e8979 reorganize, and add two retry loops to try to get everything to startup in one 'inv run'
drewp@bigasterisk.com
parents:
diff changeset
5 - "patch.yaml"
b53ab97e8979 reorganize, and add two retry loops to try to get everything to startup in one 'inv run'
drewp@bigasterisk.com
parents:
diff changeset
6
25
41b47733baf8 turn off debug
drewp@bigasterisk.com
parents: 24
diff changeset
7 # patches:
41b47733baf8 turn off debug
drewp@bigasterisk.com
parents: 24
diff changeset
8 # - target:
41b47733baf8 turn off debug
drewp@bigasterisk.com
parents: 24
diff changeset
9 # kind: Deployment
41b47733baf8 turn off debug
drewp@bigasterisk.com
parents: 24
diff changeset
10 # name: pomerium
41b47733baf8 turn off debug
drewp@bigasterisk.com
parents: 24
diff changeset
11 # namespace: pomerium
41b47733baf8 turn off debug
drewp@bigasterisk.com
parents: 24
diff changeset
12 # patch: |-
41b47733baf8 turn off debug
drewp@bigasterisk.com
parents: 24
diff changeset
13 # - op: add
41b47733baf8 turn off debug
drewp@bigasterisk.com
parents: 24
diff changeset
14 # path: /spec/template/spec/containers/0/args/-
41b47733baf8 turn off debug
drewp@bigasterisk.com
parents: 24
diff changeset
15 # value: "--debug"