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
@@ -131,6 +131,10 @@ chart and their default values.
131
131
| controllermanager.certManager.rootCertificate.organizations | Specifies the list of organizations to include in the cert-manager generated root certificate. |[]|
132
132
| controllermanager.certManager.rootCertificate.commonName | Specifies the CN value for the cert-manager generated root certificate. | ca.webhook.kubefed |
133
133
| controllermanager.certManager.rootCertificate.dnsNames | Specifies the list of subject alternative names for the cert-manager generated root certificate. |["ca.webhook.kubefed"]|
134
+
| controllermanager.postInstallJob.repository | Repo of the kubectl image for the post-install job | bitnami |
135
+
| controllermanager.postInstallJob.image | Name of the kubectl image for the post-install job | kubectl |
136
+
| controllermanager.postInstallJob.tag | Tag of the kubectl image for the post-install | 1.17.16 |
137
+
| controllermanager.postInstallJob.imagePullPolicy | Image pull policy of the kubectl post-install job | IfNotPresent |
134
138
| global.scope | Whether the KubeFed namespace will be the only target for the control plane. | Cluster |
135
139
136
140
Specify each parameter using the `--set key=value[,key=value]` argument to
0 commit comments