commit cda9cb9f5af14c7ba90f93a0346fa01fe51a9c46
parent ba62bc173ab5a52e9de3e76255e94e568aa65e13
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 15 Jan 2025 12:33:48 +0100
Fix typo in cert-manager
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/infrastructure/controllers/cert-manager.yaml b/infrastructure/controllers/cert-manager.yaml
@@ -53,7 +53,7 @@ spec:
apiVersion: controller.config.cert-manager.io/v1alpha1
kind: ControllerConfiguration
enableGatewayAPI: true
- featureGate:
+ featureGates:
AdditionalCertificateOutputFormats: true
ExperimentalGatewayAPISupport: true
---