You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: charts/kubefed/README.md
+4
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,10 @@ chart and their default values.
121
121
| controllermanager.clusterHealthCheckTimeout | Duration after which the cluster health check times out. | 3s |
122
122
| controllermanager.syncController.adoptResources | Whether to adopt pre-existing resource in member clusters. | Enabled |
123
123
| controllermanager.service.labels | Kubernetes labels attached to the controller manager's services | {} |
124
+
| controllermanager.certManager.enabled | Specifies whether to enable the usage of the cert-manager for the certificates generation. | false |
125
+
| controllermanager.certManager.rootCertificate.organizations | Specifies the list of organizations to include in the cert-manager generated root certificate. |[]|
126
+
| controllermanager.certManager.rootCertificate.commonName | Specifies the CN value for the cert-manager generated root certificate. | ca.webhook.kubefed |
127
+
| controllermanager.certManager.rootCertificate.dnsNames | Specifies the list of subject alternative names for the cert-manager generated root certificate. |["ca.webhook.kubefed"]|
124
128
| global.scope | Whether the KubeFed namespace will be the only target for the control plane. | Cluster |
125
129
126
130
Specify each parameter using the `--set key=value[,key=value]` argument to
0 commit comments