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
@@ -466,7 +466,7 @@ The memcached default args are removed and should be provided manually. The sett
466
466
| externalConfigSecretName | string | `"{{ include \"tempo.resourceName\" (dict \"ctx\" . \"component\" \"config\") }}"` | Name of the Secret or ConfigMap that contains the configuration (used for naming even if config is internal). |
467
467
| externalConfigVersion | string | `"0"` | When 'useExternalConfig' is true, then changing 'externalConfigVersion' triggers restart of services - otherwise changes to the configuration cause a restart. |
468
468
| externalRuntimeConfigName | string | `"{{ include \"tempo.resourceName\" (dict \"ctx\" . \"component\" \"runtime\") }}"` | Name of the Secret or ConfigMap that contains the runtime configuration (used for naming even if config is internal). |
469
-
| extraObjects | list | `[]` | Create extra manifests via values. |
469
+
| extraObjects | list | `[]` | extraObjects could be utilized to add dynamic manifests via values |
470
470
| fullnameOverride | string | `""` | |
471
471
| gateway.affinity | string | Hard node and soft zone anti-affinity | Affinity for gateway pods. Passed through `tpl` and, thus, to be configured as string |
472
472
| gateway.autoscaling.behavior | object | `{}` | Autoscaling behavior configuration for the gateway |
0 commit comments