mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-02-14 18:09:57 +00:00
add server configuration for clusterManager helm chart (#1239)
Signed-off-by: Zhiwei Yin <zyin@redhat.com>
This commit is contained in:
@@ -41,4 +41,8 @@ spec:
|
||||
addOnManagerConfiguration:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- with .Values.clusterManager.serverConfiguration }}
|
||||
serverConfiguration:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
@@ -113,9 +113,20 @@ clusterManager:
|
||||
mode: Enable
|
||||
registrationDrivers:
|
||||
- authType: csr
|
||||
# - authType: grpc
|
||||
# grpc:
|
||||
# autoApprovedIdentities:
|
||||
# - system:serviceaccount:open-cluster-management:agent-registration-bootstrap
|
||||
workConfiguration:
|
||||
workDriver: kube
|
||||
addOnManagerConfiguration: {}
|
||||
# featureGates:
|
||||
# - feature: ""
|
||||
# mode: ""
|
||||
# serverConfiguration:
|
||||
# endpointsExposure:
|
||||
# - protocol: grpc
|
||||
# grpc:
|
||||
# type: hostname
|
||||
# hostname:
|
||||
# host: grpc-server-open-cluster-management-hub.apps.server-foundation-sno-lite-w8rlq.dev04.red-chesterfield.com
|
||||
|
||||
Reference in New Issue
Block a user