12 lines
300 B
Go Template
12 lines
300 B
Go Template
installCRDs: true
|
|
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 }}
|