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 Jul 11, 2023. It is now read-only.
| osm.enablePrivilegedInitContainer | bool |`false`| Run init container in privileged mode |
94
93
| osm.enableReconciler | bool |`false`| Enable reconciler for OSM's CRDs and mutating webhook |
@@ -266,6 +265,8 @@ The following table lists the configurable parameters of the osm chart and their
266
265
| osm.tracing.port | int |`9411`| Port of the tracing collector service |
267
266
| osm.tracing.tolerations | list |`[]`| Node tolerations applied to control plane pods. The specified tolerations allow pods to schedule onto nodes with matching taints. |
268
267
| osm.trustDomain | string |`"cluster.local"`| The trust domain to use as part of the common name when requesting new certificates. |
268
+
| osm.unsafe | object |`{"enableMeshRootCertificate":false}`| Unsafe values. Behavior is not supported. |
269
+
| osm.unsafe.enableMeshRootCertificate | bool |`false`| Enable the MeshRootCertificate to configure the OSM certificate provider. |
269
270
| osm.validatorWebhook.webhookConfigurationName | string |`""`| Name of the ValidatingWebhookConfiguration |
270
271
| osm.vault.host | string |`""`| Hashicorp Vault host/service - where Vault is installed |
271
272
| osm.vault.port | int |`8200`| port to use to connect to Vault |
0 commit comments