fix(certmgr): Enable gatewayApi

This commit is contained in:
2026-02-09 16:45:33 +01:00
parent 7e5836383c
commit c39c188020
3 changed files with 13 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
cert_manager:
enabled: true
autosync: true
gatewayApi:
enabled: true
+2
View File
@@ -1,3 +1,5 @@
cert_manager:
enabled: true
autosync: true
gatewayApi:
enabled: false
@@ -3,3 +3,9 @@ enableCertificateOwnerRef: true
startupapicheck:
podAnnotations:
linkerd.io/inject: disabled
{{- if .Values.cert_manager.gatewayApi.enabled }}
config:
apiVersion: controller.config.cert-manager.io/v1alpha1
enableGatewayAPI: true
kind: ControllerConfiguration
{{- end }}