Mercurial > code > home > repos > pomerium
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 |
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 | 7 # patches: |
8 # - target: | |
9 # kind: Deployment | |
10 # name: pomerium | |
11 # namespace: pomerium | |
12 # patch: |- | |
13 # - op: add | |
14 # path: /spec/template/spec/containers/0/args/- | |
15 # value: "--debug" |