fix(certmgr): Enable gatewayApi
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
cert_manager:
|
||||
enabled: true
|
||||
autosync: true
|
||||
gatewayApi:
|
||||
enabled: true
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user