diff --git a/upstream/patch.yaml b/upstream/patch.yaml --- a/upstream/patch.yaml +++ b/upstream/patch.yaml @@ -10,13 +10,6 @@ spec: 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