Mercurial > code > home > repos > pomerium
diff upstream/kustomization.yaml @ 24:b53ab97e8979
reorganize, and add two retry loops to try to get everything to startup in one 'inv run'
author | drewp@bigasterisk.com |
---|---|
date | Thu, 08 Jun 2023 10:50:01 -0700 |
parents | |
children | 41b47733baf8 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/upstream/kustomization.yaml Thu Jun 08 10:50:01 2023 -0700 @@ -0,0 +1,15 @@ +bases: + - pomerium-ingress-controller.yaml + - cert-manager-v1.12.0.yaml +patchesStrategicMerge: + - "patch.yaml" + +patches: + - target: + kind: Deployment + name: pomerium + namespace: pomerium + patch: |- + - op: add + path: /spec/template/spec/containers/0/args/- + value: "--debug"