@@ -39,6 +39,19 @@ backend:
3939 consumerScope : " namespaced"
4040 clusterScopeIsolation : " prefix" # Options: none, prefix, namespaced
4141
42+ # Multicluster runtime provider (e.g., "kcp")
43+ multiclusterRuntimeProvider : " "
44+ # Schema source (e.g., "apiresourceschemas")
45+ schemaSource : " "
46+ # APIExport EndpointSlice name to watch
47+ apiexportEndpointSliceName : " "
48+ # Disable the frontend UI
49+ frontendDisabled : false
50+ # Name prefixes of APIBindings to ignore when generating APIServiceExportTemplates
51+ apibindingIgnorePrefixes : []
52+ # Extra command-line arguments to pass to the backend
53+ extraArgs : []
54+
4255 # Cookie configuration - these should be base64 encoded keys
4356 # Empty values - will generate random keys on each start (not for production!)
4457 cookieSigningKey : " "
@@ -174,6 +187,12 @@ autoscaling:
174187 targetCPUUtilizationPercentage : 80
175188 # targetMemoryUtilizationPercentage: 80
176189
190+ # Additional init containers
191+ initContainers : []
192+ # - name: init
193+ # image: ghcr.io/platform-mesh/kube-bind-provider-init:latest
194+ # args: ["--kcp-kubeconfig", "/etc/kube-bind/kubeconfig"]
195+
177196# Additional volumes on the output Deployment definition.
178197volumes : []
179198# - name: foo
0 commit comments