commit f666e43e181fb7e2d9c11fe77d6818028e306158 parent 8eca8517efa51eddc8e9fa43e12054f47a9466df Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 28 Apr 2024 00:05:56 +0200 Fix flags for 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=AdditionalCertificateOutputFormats=true" installCRDs: true enableCertificateOwnerRef: false prometheus: