commit f1eff845a49f1512b685241b05e37caf9c5bff27 parent 4f81cd3dbc0b2a6132f6a989bb6e26d5c9c1099f Author: MTRNord <mtrnord1@gmail.com> Date: Mon, 11 Sep 2023 12:31:08 +0200 Fix podSelector Diffstat:
| M | infrastructure/controllers/weave-gitops.yaml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/infrastructure/controllers/weave-gitops.yaml b/infrastructure/controllers/weave-gitops.yaml @@ -83,7 +83,7 @@ metadata: spec: podSelector: matchLabels: - acme.cert-manager.io/http01-solver: true + acme.cert-manager.io/http01-solver: "true" ingress: - ports: - protocol: TCP