commit 6d6d3344ee491350c3a0052f9b6cb21c48bfa44c parent aa582c0a6b15b41d0f9be0fdaebf571efdb2777f Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 23 Apr 2024 11:25:31 +0200 Add gatewayapi support to cert-manager 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: extraArgs: - "--feature-gates=ExperimentalGatewayAPISupport": "true" + - "--feature-gates=ExperimentalGatewayAPISupport=true" installCRDs: true enableCertificateOwnerRef: false tolerations: