Mercurial > code > home > repos > pomerium
diff upstream/patch.yaml @ 26:d846a4754d34
don't mount a volume for autocert
author | drewp@bigasterisk.com |
---|---|
date | Mon, 19 Jun 2023 22:17:23 -0700 |
parents | b53ab97e8979 |
children | 88fc66e2ebf5 |
line wrap: on
line diff
--- a/upstream/patch.yaml Thu Jun 08 11:27:18 2023 -0700 +++ b/upstream/patch.yaml Mon Jun 19 22:17:23 2023 -0700 @@ -10,13 +10,6 @@ containers: - name: pomerium image: pomerium/ingress-controller:sha-dd49d67 - volumeMounts: - - mountPath: /data/autocert - name: autocert - - mountPath: /.local - name: autocert - volumes: - - { name: autocert, persistentVolumeClaim: { claimName: autocert-data } } --- apiVersion: v1 kind: Service