commit a501140c9395f638ffc8b61002043b16d5f6d01d parent 4abd1f291b455e83de07171363fe5f3afbc7bc98 Author: MTRNord <mtrnord1@gmail.com> Date: Mon, 11 Sep 2023 12:37:18 +0200 Disable enableCertificateOwnerRef Diffstat:
| M | infrastructure/controllers/cert-manager.yaml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/infrastructure/controllers/cert-manager.yaml b/infrastructure/controllers/cert-manager.yaml @@ -31,7 +31,7 @@ spec: interval: 12h values: installCRDs: true - enableCertificateOwnerRef: true + enableCertificateOwnerRef: false prometheus: servicemonitor: enabled: true